diff --git a/hosts/muffinman/home.nix b/hosts/muffinman/home.nix index e7d1f4f..ce598fd 100644 --- a/hosts/muffinman/home.nix +++ b/hosts/muffinman/home.nix @@ -34,7 +34,6 @@ ## GNOME - inputs.nixvim-config.packages.${pkgs.system}.default ]; }; diff --git a/hosts/remus/home.nix b/hosts/remus/home.nix index 38d8c8e..cbe75a4 100644 --- a/hosts/remus/home.nix +++ b/hosts/remus/home.nix @@ -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 ]; }; diff --git a/modules/home/bundles/core.nix b/modules/home/bundles/core.nix index 6771dc0..cf78413 100644 --- a/modules/home/bundles/core.nix +++ b/modules/home/bundles/core.nix @@ -49,6 +49,8 @@ numbat zellij + + inputs.nixvim-config.packages.${pkgs.system}.default ]; home.sessionVariables = {