forked from aylac.top/nixcfg
this repo has no description
at main 307 B view raw
1{inputs, ...}: { 2 imports = [ 3 ./desktop 4 ./programs 5 ./profiles 6 ./snippets 7 inputs.agenix.homeManagerModules.default 8 inputs.aylapkgs.homeModules.default 9 ]; 10 11 home = { 12 stateVersion = "25.05"; 13 shell.enableFishIntegration = true; 14 }; 15 16 programs.home-manager.enable = true; 17}