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 = [ imports = [
../../vscodium.nix ../../vscodium.nix
]; ];
home.packages = [
(pkgs.mumble.override { pulseSupport = true; })
];
} }
+1 -1
View File
@@ -12,7 +12,7 @@ in {
enable = true; enable = true;
showMenubar = true; showMenubar = true;
themeVariant = "dark"; themeVariant = "dark";
profile.default = { profile."95f3c68e-82f3-4f44-ac85-6e075fed80b0" = {
default = true; default = true;
visibleName = "greg"; visibleName = "greg";
}; };