Add runner to jude plus module

This commit is contained in:
Greg Hellings
2023-12-12 11:48:48 -06:00
parent 2b09e43623
commit b1d4d72b6b
7 changed files with 124 additions and 6 deletions
+3 -2
View File
@@ -4,7 +4,8 @@
imports = [
../../vscodium.nix
];
home.packages = [
(pkgs.mumble.override { pulseSupport = true; })
home.packages = with pkgs; [
(mumble.override { pulseSupport = true; })
fluffychat
];
}