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

@@ -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);
# }
# '';
# };
}