diff --git a/computers/python/apps.nix b/computers/python/apps.nix index 5211ec7..5e939ee 100644 --- a/computers/python/apps.nix +++ b/computers/python/apps.nix @@ -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";}; }; diff --git a/computers/python/users.nix b/computers/python/users.nix index 7295965..73f70d2 100644 --- a/computers/python/users.nix +++ b/computers/python/users.nix @@ -25,7 +25,6 @@ nicotine-plus nautilus ; - neovim = inputs.painless-neovim.packages.${pkgs.system}.default; }; groups = [ "wheel"