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
+12
View File
@@ -0,0 +1,12 @@
{ pkgs, ... }:
{
programs.niri.enable = true;
services.dbus.enable = true;
xdg = {
portal.enable = true;
};
environment.systemPackages = with pkgs; [ wlsunset ];
}