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;