feat: Added ldap and authelia oidc

This commit is contained in:
uttarayan21
2025-07-29 04:26:12 +05:30
parent b05f18bac5
commit 26b5ab00d5
10 changed files with 179 additions and 80 deletions

View File

@@ -52,7 +52,6 @@
settings = {
source = "${pkgs.catppuccinThemes.hyprland}/themes/mocha.conf";
"render:explicit_sync" = true;
"render:cm_fs_passthrough" = 1;
monitor = [
"${device.monitors.primary}, 2560x1440@360, 0x0, 1, transform, 0, bitdepth, 10, cm, hdr, sdrbrightness, 1.1, sdrsaturation, 1.2"

View File

@@ -3,14 +3,14 @@
enable = device.is "ryu";
settings = {
notification-inline-replies = true;
cssPriority = "user";
# cssPriority = "user";
};
};
xdg.configFile = {
"swaync/style.css".text = ''
.floating-notifications {
background: rgba(0, 0, 0, 0.0);
}
'';
};
# xdg.configFile = {
# "swaync/style.css".text = ''
# .floating-notifications {
# background: rgba(0, 0, 0, 0.0);
# }
# '';
# };
}