move nixvim into the module buffet
This commit is contained in:
parent
c098a689df
commit
9a6748e70f
3 changed files with 3 additions and 3 deletions
|
|
@ -34,7 +34,6 @@
|
||||||
|
|
||||||
## GNOME
|
## GNOME
|
||||||
|
|
||||||
inputs.nixvim-config.packages.${pkgs.system}.default
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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
|
|
||||||
];
|
];
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -49,6 +49,8 @@
|
||||||
numbat
|
numbat
|
||||||
|
|
||||||
zellij
|
zellij
|
||||||
|
|
||||||
|
inputs.nixvim-config.packages.${pkgs.system}.default
|
||||||
];
|
];
|
||||||
|
|
||||||
home.sessionVariables = {
|
home.sessionVariables = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue