fix: declare niri config
This commit is contained in:
12
modules/desktops/niri/default.nix
Normal file
12
modules/desktops/niri/default.nix
Normal file
@@ -0,0 +1,12 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
programs.niri.enable = true;
|
||||
|
||||
services.dbus.enable = true;
|
||||
xdg = {
|
||||
portal.enable = true;
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [ wlsunset ];
|
||||
}
|
||||
Reference in New Issue
Block a user