From e7065c200cf8bce892f252c5f517a9b1bcab7738 Mon Sep 17 00:00:00 2001 From: EsVagy42 Date: Thu, 3 Jul 2025 15:26:36 +0200 Subject: [PATCH] Fixed #2 --- commit_text | 2 +- configuration.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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;