Fixed issue with darwin

This commit is contained in:
Random936 2024-09-20 16:09:55 -07:00
parent ecf0cb80a4
commit 20095ae84f
3 changed files with 4 additions and 2 deletions

View File

@ -7,6 +7,7 @@
imports = [ imports = [
./shared.nix ./shared.nix
./neovim.nix
./emacs.nix ./emacs.nix
./zsh.nix ./zsh.nix
]; ];

View File

@ -11,5 +11,7 @@
./zsh.nix ./zsh.nix
]; ];
home.packages = with pkgs; []; home.packages = with pkgs; [
nvtopPackages.full
];
} }

View File

@ -28,7 +28,6 @@ in {
pciutils pciutils
fastfetch fastfetch
bitwarden-cli bitwarden-cli
nvtopPackages.full
# Dev tools # Dev tools
clang clang