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.

stuff: idek anymore

koi 26c2ef7e 3d1aba5c

+16
+1
external/npmrc
··· 1 + store-dir=/tmp/node_modules
+7
home/modules/external.nix
··· 2 2 configs = ../../external/config; 3 3 scripts = ../../external/scripts; 4 4 cargoConfig = ../../external/cargo.toml; 5 + npmConfig = ../../external/npmrc; 5 6 in 6 7 { 7 8 home.file = builtins.listToAttrs ( ··· 17 18 name = ".cargo/config.toml"; 18 19 value = { 19 20 source = cargoConfig; 21 + }; 22 + } 23 + { 24 + name = ".npmrc"; 25 + value = { 26 + source = npmConfig; 20 27 }; 21 28 } 22 29 ]
+1
home/modules/programs/default.nix
··· 1 1 { 2 2 imports = [ 3 + ./fd.nix 3 4 ./git.nix 4 5 ./fzf.nix 5 6 ./zsh.nix
+7
home/modules/programs/fd.nix
··· 1 + { 2 + programs.fd = { 3 + enable = true; 4 + hidden = true; 5 + ignores = [ ".git" ]; 6 + }; 7 + }
secrets/jellyfin-rpc.json.age

This is a binary file and will not be displayed.