From 4eaf76cf1e0af9ec7a630320bb7d4956041dd03e Mon Sep 17 00:00:00 2001 From: sils Date: Thu, 4 May 2023 18:17:38 +0200 Subject: Structure(treewide): Use new structure with home-manager home-manager enables great possibilities and is part of simplifying the structure of my config. --- sys/desktop/plasma/default.nix | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 sys/desktop/plasma/default.nix (limited to 'sys/desktop/plasma') diff --git a/sys/desktop/plasma/default.nix b/sys/desktop/plasma/default.nix new file mode 100644 index 0000000..4198029 --- /dev/null +++ b/sys/desktop/plasma/default.nix @@ -0,0 +1,14 @@ +{pkgs, ...}: { + services.xserver = { + enable = true; + displayManager.sddm.enable = true; + desktopManager.plasma5 = { + enable = true; + excludePackages = with pkgs.libsForQt5; [ + kwallet + kwallet-pam + kwalletmanager + ]; + }; + }; +} -- cgit 1.4.1