fix: declare niri config

This commit is contained in:
2026-03-11 21:25:22 +01:00
parent e69024f921
commit 03793989a5
6 changed files with 196 additions and 3 deletions
@@ -3,5 +3,10 @@
{
programs.niri.enable = true;
services.dbus.enable = true;
xdg = {
portal.enable = true;
};
environment.systemPackages = with pkgs; [ wlsunset ];
}