pipewire thingy

This commit is contained in:
Sakooooo 2023-07-30 16:49:45 +03:00
parent 1a06564a31
commit bcfae49926
Signed by: sako
GPG key ID: 3FD715D87D7725E0
2 changed files with 1 additions and 3 deletions

View file

@ -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

View file

@ -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