From 584f07421b8284f0f68042a4878806a41f35121c Mon Sep 17 00:00:00 2001 From: Lukas Wurzinger Date: Mon, 14 Jul 2025 21:23:31 +0200 Subject: [PATCH] plasma --- profiles/desktop/plasma.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/profiles/desktop/plasma.nix b/profiles/desktop/plasma.nix index 6eb5595..3012563 100644 --- a/profiles/desktop/plasma.nix +++ b/profiles/desktop/plasma.nix @@ -1,17 +1,12 @@ { config, lib, - inputs, ... }: let cfg = config.profiles.desktop; in { - imports = [ - inputs.nixos-cosmic.nixosModules.default - ]; - config = lib.mkIf cfg.enable { services = { displayManager.sddm = {