diff options
Diffstat (limited to 'modules/nixos/desktop/plasma5')
| -rw-r--r-- | modules/nixos/desktop/plasma5/default.nix | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/modules/nixos/desktop/plasma5/default.nix b/modules/nixos/desktop/plasma5/default.nix deleted file mode 100644 index be9edc8..0000000 --- a/modules/nixos/desktop/plasma5/default.nix +++ /dev/null @@ -1,28 +0,0 @@ -{ - config, - lib, - pkgs, - ... -}: let - cfg = config.desktop.plasma5; -in { - options.desktop.plasma5.enable = lib.mkEnableOption "Plasma 5 desktop"; - - config = lib.mkIf cfg.enable { - environment = { - plasma5.excludePackages = with pkgs.libsForQt5; [ - khelpcenter - plasma-browser-integration - print-manager - ]; - }; - - services.xserver = { - displayManager.sddm.enable = true; - desktopManager.plasma5 = { - enable = true; - useQtScaling = true; - }; - }; - }; -} |
