[pi4] Replaced Nvim with Helix editor

This commit is contained in:
2025-04-16 09:26:50 +00:00
parent 7ed64943a6
commit ed6a435d79
2 changed files with 31 additions and 1 deletions

View File

@ -11,10 +11,10 @@
inputs.catppuccin.homeModules.catppuccin
(lib.custom.relativeToRoot "shared/home-manager/btop.nix")
(lib.custom.relativeToRoot "shared/home-manager/development/git.nix")
(lib.custom.relativeToRoot "shared/home-manager/development/nixvim")
(lib.custom.relativeToRoot "shared/home-manager/fastfetch.nix")
(lib.custom.relativeToRoot "shared/home-manager/fish.nix")
(lib.custom.relativeToRoot "shared/home-manager/gpg.nix")
./helix.nix
];
home.stateVersion = systemConfig.version;