From 0439a3a70ca27d86dae60e8d4a8a9fdafc33533b Mon Sep 17 00:00:00 2001 From: Julian Mutter Date: Thu, 4 Jun 2026 08:36:11 +0200 Subject: [PATCH] Disable plasma to make noctalia work --- hosts/aspi/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/hosts/aspi/default.nix b/hosts/aspi/default.nix index a66982a..c2fb2b7 100644 --- a/hosts/aspi/default.nix +++ b/hosts/aspi/default.nix @@ -42,7 +42,6 @@ }; programs.hyprland.enable = true; - services.desktopManager.plasma6.enable = true; services.blueman.enable = true; services.upower.enable = true;