Fixed nixos config on macos
This commit is contained in:
@@ -4,10 +4,6 @@
|
||||
homeDirectory = "/Users/jadenmaxwell";
|
||||
};
|
||||
|
||||
home.packages = with pkgs; [
|
||||
virt-viewer
|
||||
];
|
||||
|
||||
imports = [
|
||||
./shared.nix
|
||||
./modules/sketchybar.nix
|
||||
|
||||
@@ -15,6 +15,7 @@
|
||||
|
||||
home.packages = with pkgs; [
|
||||
feh
|
||||
ncdu
|
||||
dconf
|
||||
docker
|
||||
zoom-us
|
||||
|
||||
@@ -12,6 +12,7 @@
|
||||
];
|
||||
|
||||
home.packages = with pkgs; [
|
||||
ncdu
|
||||
nvtopPackages.full
|
||||
];
|
||||
}
|
||||
|
||||
@@ -21,7 +21,6 @@ in {
|
||||
wget
|
||||
curl
|
||||
tmux
|
||||
ncdu
|
||||
btop
|
||||
iftop
|
||||
p7zip
|
||||
|
||||
Reference in New Issue
Block a user