My NixOS configuration (mirror)

chore: nested input imports to their respective configs

+14 -8
-4
home/default.nix
··· 9 9 in { 10 10 imports = 11 11 [ 12 - inputs.nvf.homeManagerModules.default 13 - inputs.dustpan.homeManagerModules.dustpan 14 - inputs.vicinae.homeManagerModules.default 15 - 16 12 ./bat.nix 17 13 ./btop.nix 18 14 ./direnv.nix
+5 -1
home/garbage.nix
··· 1 - { 1 + {imports, ...}: { 2 + imports = [ 3 + inputs.dustpan.homeManagerModules.dustpan 4 + ]; 5 + 2 6 nix = { 3 7 gc = { 4 8 automatic = true;
+3 -1
home/nvf/default.nix
··· 1 - { 1 + {inputs, ...}: { 2 2 imports = [ 3 + inputs.nvf.homeManagerModules.default 4 + 3 5 ./languages.nix 4 6 ]; 5 7
+1 -1
home/ssh.nix
··· 6 6 IdentityAgent ~/.1password/agent.sock 7 7 "; 8 8 }; 9 - } 9 + }
+5 -1
home/vicinae.nix
··· 1 - { 1 + {inputs, ...}: { 2 + imports = [ 3 + inputs.vicinae.homeManagerModules.default 4 + ]; 5 + 2 6 services.vicinae = { 3 7 enable = true; 4 8 settings = {