Add runner to jude plus module
This commit is contained in:
@@ -4,7 +4,8 @@
|
||||
imports = [
|
||||
../../vscodium.nix
|
||||
];
|
||||
home.packages = [
|
||||
(pkgs.mumble.override { pulseSupport = true; })
|
||||
home.packages = with pkgs; [
|
||||
(mumble.override { pulseSupport = true; })
|
||||
fluffychat
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user