mumble overlay

This commit is contained in:
Daniel Løvbrøtte Olsen 2018-11-17 16:38:21 +01:00
parent 063b7a9fa8
commit 425d920aa6
1 changed files with 6 additions and 0 deletions

6
overlays/mumble.nix Normal file
View File

@ -0,0 +1,6 @@
self: super:
{
mumble = super.mumble.override {
pulseSupport = true;
};
};