refactor: neovim config out of home-manager 🎨
This commit is contained in:
parent
da93ae365e
commit
7a34ccfc7f
2 changed files with 6 additions and 71 deletions
|
|
@ -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
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue