refactor: neovim config out of home-manager 🎨

This commit is contained in:
DannyDannyDanny 2026-01-11 15:04:22 +01:00
parent da93ae365e
commit 7a34ccfc7f
2 changed files with 6 additions and 71 deletions

View file

@ -31,7 +31,8 @@
vscode-server.nixosModules.default
./hosts/wsl.nix
./tmux.nix
./neovim.nix
# TODO: handle all user-level programs via home-manager
# ./neovim.nix # Now handled via home-manager
./fish.nix
# home-manager.nixosModules.default
];
@ -46,7 +47,8 @@
./hosts/macbookair.nix
./hardware-configuration.nix
./tmux.nix
./neovim.nix
# TODO: handle all user-level programs via home-manager
# ./neovim.nix # Now handled via home-manager
./fish.nix
# home-manager.nixosModules.default
];