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

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