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