diff --git a/hosts/yodaTux/configuration.nix b/hosts/yodaTux/configuration.nix index eca2f9d..eaf87fa 100644 --- a/hosts/yodaTux/configuration.nix +++ b/hosts/yodaTux/configuration.nix @@ -59,7 +59,7 @@ ../../modules/freetube.nix #../../modules/print-and-scan.nix #../../modules/waydroid.nix - #../../modules/uni-vpn.nix + ../../modules/uni-vpn.nix ../../modules/games.nix #../../modules/dosbox-x.nix diff --git a/modules/kde.nix b/modules/kde.nix index 03f9344..e9eac8a 100644 --- a/modules/kde.nix +++ b/modules/kde.nix @@ -30,7 +30,6 @@ wayland.enable = true; }; - #services.xserver.displayManager.gdm.enable = true; services.desktopManager.plasma6.enable = true; # Don't install all programs of the KDE desktop. diff --git a/modules/uni-vpn.nix b/modules/uni-vpn.nix index c92d405..e8cb835 100644 --- a/modules/uni-vpn.nix +++ b/modules/uni-vpn.nix @@ -1,8 +1,8 @@ { config, pkgs, ... }: { assertions = [{ - assertion = config.services.xserver.desktopManager.gnome.enable; - message = "Only tested with GNOME"; + assertion = config.services.xserver.desktopManager.gnome.enable || config.services.desktopManager.plasma6.enable; + message = "Only tested with GNOME and KDE"; }]; imports = [