feat/keycloak #24

Merged
b12f merged 9 commits from feat/keycloak into main 2023-10-28 21:35:08 +00:00
Showing only changes of commit 4f7b30c2c3 - Show all commits

View file

@ -2,7 +2,6 @@
flake,
config,
lib,
inputs,
pkgs,
...
}: {
@ -43,7 +42,7 @@
features = "declarative-user-profile";
};
themes = {
"pub.solar" = inputs.keycloak-theme-pub-solar.legacyPackages.${pkgs.system}.keycloak-theme-pub-solar;
"pub.solar" = flake.inputs.keycloak-theme-pub-solar.legacyPackages.${pkgs.system}.keycloak-theme-pub-solar;
};
};
}