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