fix: declare niri config

This commit is contained in:
2025-12-03 23:30:05 +01:00
parent 355cad6574
commit dbad023043
6 changed files with 196 additions and 3 deletions

View File

@@ -0,0 +1,12 @@
{ pkgs, ... }:
{
programs.niri.enable = true;
services.dbus.enable = true;
xdg = {
portal.enable = true;
};
environment.systemPackages = with pkgs; [ wlsunset ];
}