pipewire thingy
This commit is contained in:
parent
1a06564a31
commit
bcfae49926
2 changed files with 1 additions and 3 deletions
|
@ -24,8 +24,6 @@ in
|
|||
};
|
||||
};
|
||||
};
|
||||
# somethings wrong with gnome i think
|
||||
sound.enable = true;
|
||||
# gnome extensions
|
||||
environment.systemPackages = with pkgs; [
|
||||
gnomeExtensions.appindicator
|
||||
|
|
|
@ -11,7 +11,7 @@ in
|
|||
config = mkIf cfg.enable {
|
||||
# resolve racial conflict between
|
||||
# pulseaudio and pipewire
|
||||
sound.enable = false;
|
||||
sound.enable = lib.mkDefault false;
|
||||
|
||||
# what is this for will source games
|
||||
# still work what
|
||||
|
|
Loading…
Reference in a new issue