move nixvim into the module buffet

This commit is contained in:
MFlossmann 2024-07-13 11:48:05 +02:00
parent c098a689df
commit 9a6748e70f
3 changed files with 3 additions and 3 deletions

View file

@ -22,6 +22,7 @@
# # It is sometimes useful to fine-tune packages, for example, by applying
# # overrides. You can do that directly here, just don't forget the
# # parentheses. Maybe you want to install Nerd Fonts with a limited number of
# # fonts?
# (pkgs.nerdfonts.override { fonts = [ "FantasqueSansMono" ]; })
@ -33,8 +34,6 @@
# '')
## GNOME
inputs.nixvim-config.packages.${pkgs.system}.default
];
};