fix: add neovim to systempackages rather than user packages

This commit is contained in:
Artur Manuel 2024-11-25 21:16:57 +00:00
commit d87a3e1c47
2 changed files with 6 additions and 2 deletions

View file

@ -1,4 +1,8 @@
{pkgs, ...}: {
{
inputs,
pkgs,
...
}: {
environment = {
systemPackages = builtins.attrValues {
inherit
@ -8,6 +12,7 @@
deadnix
alejandra
;
neovim = inputs.painless-neovim.packages.${pkgs.system}.default;
};
sessionVariables = {EDITOR = "nvim";};
};

View file

@ -25,7 +25,6 @@
nicotine-plus
nautilus
;
neovim = inputs.painless-neovim.packages.${pkgs.system}.default;
};
groups = [
"wheel"