Fixed issue with darwin
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
|
||||
imports = [
|
||||
./shared.nix
|
||||
./neovim.nix
|
||||
./emacs.nix
|
||||
./zsh.nix
|
||||
];
|
||||
|
||||
@@ -11,5 +11,7 @@
|
||||
./zsh.nix
|
||||
];
|
||||
|
||||
home.packages = with pkgs; [];
|
||||
home.packages = with pkgs; [
|
||||
nvtopPackages.full
|
||||
];
|
||||
}
|
||||
|
||||
@@ -28,7 +28,6 @@ in {
|
||||
pciutils
|
||||
fastfetch
|
||||
bitwarden-cli
|
||||
nvtopPackages.full
|
||||
|
||||
# Dev tools
|
||||
clang
|
||||
|
||||
Reference in New Issue
Block a user