From 92ca826539092f33c8e19a19c7a9ea0def2aece0 Mon Sep 17 00:00:00 2001 From: seth Date: Mon, 17 Apr 2023 12:00:55 -0400 Subject: move most configurations to modules --- profiles/desktop/plasma/default.nix | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 profiles/desktop/plasma/default.nix (limited to 'profiles/desktop/plasma/default.nix') diff --git a/profiles/desktop/plasma/default.nix b/profiles/desktop/plasma/default.nix deleted file mode 100644 index b04279d..0000000 --- a/profiles/desktop/plasma/default.nix +++ /dev/null @@ -1,22 +0,0 @@ -{pkgs, ...}: { - imports = [ - ../. - ]; - - environment.systemPackages = with pkgs; [pinentry-qt]; - - services.xserver = { - displayManager.sddm.enable = true; - desktopManager.plasma5 = { - enable = true; - excludePackages = with pkgs.libsForQt5; [ - khelpcenter - plasma-browser-integration - print-manager - ]; - useQtScaling = true; - }; - }; - - programs.gnupg.agent.pinentryFlavor = "qt"; -} -- cgit v1.2.3