this repo has no description
1
fork

Configure Feed

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

ft: move nvim configuration to home

+3 -3
-1
hosts/niuniobook.nix
··· 17 17 ../modules/fonts.nix 18 18 ./modules/environment.nix 19 19 ./modules/builders.nix 20 - ../modules/nvim.nix 21 20 { 22 21 system.stateVersion = 4; 23 22 documentation.enable = true;
+2 -2
modules/nvim.nix
··· 95 95 inputs.neorg-overlay.overlays.default 96 96 ]; 97 97 98 - environment.variables.EDITOR = "nvim"; 99 - environment.systemPackages = [nvim]; 98 + home.sessionVariables.EDITOR = "nvim"; 99 + home.packages = [nvim]; 100 100 }
+1
users/hauleth.nix
··· 25 25 ../modules/swiftbar.nix 26 26 ../modules/email.nix 27 27 ../modules/pijul.nix 28 + ../modules/nvim.nix 28 29 ./modules/dircolors.nix 29 30 {home.stateVersion = "23.05";} 30 31 ];