feat: Added ldap and authelia oidc
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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);
|
||||
# }
|
||||
# '';
|
||||
# };
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user