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

@ -34,7 +34,6 @@
## GNOME ## GNOME
inputs.nixvim-config.packages.${pkgs.system}.default
]; ];
}; };

View file

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

View file

@ -49,6 +49,8 @@
numbat numbat
zellij zellij
inputs.nixvim-config.packages.${pkgs.system}.default
]; ];
home.sessionVariables = { home.sessionVariables = {