feat: compile both versions.
All checks were successful
/ cache (push) Successful in 6m56s

This commit is contained in:
CronyAkatsuki 2026-05-11 17:48:36 +02:00
parent 21d85a1d24
commit 5924bd79b5

View file

@ -11,7 +11,7 @@
config = lib.mkIf config.crony.sddm.enable { config = lib.mkIf config.crony.sddm.enable {
environment.systemPackages = [ environment.systemPackages = [
(pkgs.where-is-my-sddm-theme.override { (pkgs.where-is-my-sddm-theme.override {
variants = ["qt6"]; variants = ["qt6" "qt5"];
themeConfig.General = { themeConfig.General = {
showSessionsByDefault = true; showSessionsByDefault = true;