diff --git a/commit_text b/commit_text index b2deb3b..de7d400 100644 --- a/commit_text +++ b/commit_text @@ -1 +1 @@ -Removed weather widget from tray +Fixed pulseaudio issue diff --git a/configuration.nix b/configuration.nix index b597bfc..1e3b0e4 100644 --- a/configuration.nix +++ b/configuration.nix @@ -62,7 +62,7 @@ services.printing.enable = true; # Enable sound with pipewire. - hardware.pulseaudio.enable = false; + services.pulseaudio.enable = false; security.rtkit.enable = true; services.pipewire = { enable = true;