Make base slightly leaner
This commit is contained in:
@@ -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
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user