kde plasma6

This commit is contained in:
Daniel Langbein 2025-01-08 16:19:37 +01:00
parent 0338e05a7c
commit dd443a4fa3
Signed by: langfingaz
GPG Key ID: 6C47C753F0823002
3 changed files with 3 additions and 4 deletions

View File

@ -59,7 +59,7 @@
../../modules/freetube.nix ../../modules/freetube.nix
#../../modules/print-and-scan.nix #../../modules/print-and-scan.nix
#../../modules/waydroid.nix #../../modules/waydroid.nix
#../../modules/uni-vpn.nix ../../modules/uni-vpn.nix
../../modules/games.nix ../../modules/games.nix
#../../modules/dosbox-x.nix #../../modules/dosbox-x.nix

View File

@ -30,7 +30,6 @@
wayland.enable = true; wayland.enable = true;
}; };
#services.xserver.displayManager.gdm.enable = true;
services.desktopManager.plasma6.enable = true; services.desktopManager.plasma6.enable = true;
# Don't install all programs of the KDE desktop. # Don't install all programs of the KDE desktop.

View File

@ -1,8 +1,8 @@
{ config, pkgs, ... }: { config, pkgs, ... }:
{ {
assertions = [{ assertions = [{
assertion = config.services.xserver.desktopManager.gnome.enable; assertion = config.services.xserver.desktopManager.gnome.enable || config.services.desktopManager.plasma6.enable;
message = "Only tested with GNOME"; message = "Only tested with GNOME and KDE";
}]; }];
imports = [ imports = [