Add mumble and fix Gnome

This commit is contained in:
Greg Hellings
2023-11-17 08:33:03 -06:00
parent 106b06e2c6
commit 5e5100a8fb
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -4,4 +4,7 @@
imports = [
../../vscodium.nix
];
home.packages = [
(pkgs.mumble.override { pulseSupport = true; })
];
}