More updates to jude for new role

This commit is contained in:
Greg Hellings
2025-07-01 23:24:14 -05:00
parent 4516958b91
commit f1f38d85ec
2 changed files with 23 additions and 49 deletions
+10 -10
View File
@@ -2,11 +2,11 @@
{
greg = {
development = true;
gui = true;
development = false;
gui = false;
gnome = false;
vscodium = true;
zed = true;
vscodium = false;
zed = false;
};
home = {
@@ -19,13 +19,13 @@
'';
packages = with pkgs; [
audacity
#audacity
bitwarden-cli
element-desktop
(mumble.override { pulseSupport = true; })
super-productivity
vagrant
webcamoid
#element-desktop
#(mumble.override { pulseSupport = true; })
#super-productivity
#vagrant
#webcamoid
];
};