From 06aeedccd153b740a7933e1bda4be9c61b737f0c Mon Sep 17 00:00:00 2001 From: k Date: Sun, 10 May 2026 20:16:22 +0000 Subject: [PATCH] Desktop cleanup Remove some unused config from desktop --- hosts/desktop/configuration.nix | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/hosts/desktop/configuration.nix b/hosts/desktop/configuration.nix index 40e6951..47409da 100644 --- a/hosts/desktop/configuration.nix +++ b/hosts/desktop/configuration.nix @@ -34,26 +34,6 @@ }; }; - services = { - pipewire = { - enable = false; - alsa.enable = true; - alsa.support32Bit = true; - pulse.enable = true; - jack.enable = true; - }; - wivrn = { - enable = false; - defaultRuntime = true; - autoStart = true; - }; - xserver = { - enable = false; - displayManager.gdm.enable = false; - desktopManager.gnome.enable = false; - }; - }; - stylix = { enable = false; autoEnable = true;