Fixed issue with darwin
This commit is contained in:
parent
ecf0cb80a4
commit
20095ae84f
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user