Add missing import of neovim.nix

This commit is contained in:
Evie Litherland-Smith 2023-03-29 13:50:41 +01:00
parent 96169dde62
commit aba59fb9c9

View file

@ -2,9 +2,9 @@
imports = [
./common.nix
./packages/gui.nix
./packages/dev.nix
./packages/nomachine.nix
./packages/neovim.nix
./packages/python310.nix
./packages/nomachine.nix
];
# Home Manager needs a bit of information about you and the
# paths it should manage.