diff --git a/system-config/configuration/laptop/default.nix b/system-config/configuration/laptop/default.nix index 84b4402..da924e3 100644 --- a/system-config/configuration/laptop/default.nix +++ b/system-config/configuration/laptop/default.nix @@ -12,11 +12,6 @@ config = { - services.desktopManager.cosmic = { - enable = true; - xwayland.enable = true; - }; - nixpkgs.config = { allowUnfree = true; }; @@ -124,7 +119,6 @@ sddm.enable = true; openssh.enable = false; pipewire.enable = true; - kdePlasma6.enable = true; netbird.enable = true; ollama.enable = true; };