Make base slightly leaner

This commit is contained in:
Greg Hellings
2025-03-27 10:31:41 -05:00
parent ef09bc78ee
commit 33a036ca40
3 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -9,9 +9,9 @@
zed = true; zed = true;
}; };
home.packages = with pkgs; [ home.packages = with pkgs; [
bitwarden-cli
cargo cargo
freeciv freeciv
#freeciv_qt
wineWowPackages.stable wineWowPackages.stable
]; ];
} }
+1
View File
@@ -21,6 +21,7 @@
packages = with pkgs; [ packages = with pkgs; [
audacity audacity
bitwarden-cli
(mumble.override { pulseSupport = true; }) (mumble.override { pulseSupport = true; })
#logseq #logseq
super-productivity super-productivity
-2
View File
@@ -107,9 +107,7 @@ in
# Base packages that need to be in all my hosts # Base packages that need to be in all my hosts
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
agenix agenix
bitwarden-cli
bmon bmon
cachix
diffutils diffutils
git git
gnupatch gnupatch