From 38977cfad6cc557ba824c82e055e4324e801e97d Mon Sep 17 00:00:00 2001 From: albert Date: Sun, 21 Jul 2024 09:36:04 +0900 Subject: [PATCH] Update --- nixos/common/desktops/plasma6/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/nixos/common/desktops/plasma6/default.nix b/nixos/common/desktops/plasma6/default.nix index 4c601347..7c4de41c 100644 --- a/nixos/common/desktops/plasma6/default.nix +++ b/nixos/common/desktops/plasma6/default.nix @@ -1,6 +1,5 @@ { pkgs, ... }: { # Enable sound with pipewire. - sound.enable = true; hardware.pulseaudio.enable = false; security.rtkit.enable = true; services.pipewire = {