diff --git a/home/darwin.nix b/home/darwin.nix index 64a3d04..40fee05 100644 --- a/home/darwin.nix +++ b/home/darwin.nix @@ -7,6 +7,7 @@ imports = [ ./shared.nix + ./neovim.nix ./emacs.nix ./zsh.nix ]; diff --git a/home/headless-nixos.nix b/home/headless-nixos.nix index 818a1d9..d806529 100644 --- a/home/headless-nixos.nix +++ b/home/headless-nixos.nix @@ -11,5 +11,7 @@ ./zsh.nix ]; - home.packages = with pkgs; []; + home.packages = with pkgs; [ + nvtopPackages.full + ]; } diff --git a/home/shared.nix b/home/shared.nix index acd03f0..a87dcd3 100644 --- a/home/shared.nix +++ b/home/shared.nix @@ -28,7 +28,6 @@ in { pciutils fastfetch bitwarden-cli - nvtopPackages.full # Dev tools clang