my nixos dotfiles :3 (git.koi.rip mirror) git.koi.rip/koi/dotfiles
linux dotfiles neovim nixos catppuccin
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: update nel stuff

june b201c852 90cf0a42

+3 -3
+1 -1
home/modules/programs/iamb.nix
··· 5 5 enable = true; 6 6 7 7 settings = { 8 - profiles.user.user_id = "@koi:system72.dev"; 8 + profiles.user.user_id = "@koi:nelliel.cv"; 9 9 dirs.downloads = config.xdg.userDirs.download; 10 10 settings = { 11 11 user_gutter_width = 20;
+2 -2
home/modules/programs/zen-browser.nix
··· 17 17 searxng = { 18 18 name = "SearXNG"; 19 19 definedAliases = [ "@searxng" ]; 20 - urls = [ { template = "https://search.system72.dev/search?q={searchTerms}"; } ]; 21 - iconMapObj."261" = "https://search.system72.dev/static/themes/simple/img/favicon.png"; 20 + urls = [ { template = "https://search.nelliel.cv/search?q={searchTerms}"; } ]; 21 + iconMapObj."261" = "https://search.nelliel.cv/static/themes/simple/img/favicon.png"; 22 22 }; 23 23 nixpkgs = { 24 24 name = "Nixpkgs";