Add niri module

- An overridden `niri.service` is provided, so that systemd does not take
over autostart and try to start things *before* we have an XWayland server running.
- Somehow `wlsunset` is still not working, might need some investigation into why.
This commit is contained in:
Natsu Kagami 2025-01-16 04:23:55 +01:00
parent 704f1f1c79
commit 61382f4d32
Signed by: nki
GPG key ID: 55A032EB38B49ADB
7 changed files with 379 additions and 2 deletions

View file

@ -74,7 +74,7 @@ with lib;
# Background color and transparency
background =
if isNull cfg.background then {
background_opacity = "0.85";
background_opacity = "0.93";
dynamic_background_opacity = true;
} else {
background_image = "${cfg.background}";