feature(niri): add module for niri wayland compositor

This commit is contained in:
2025-12-28 19:21:16 +01:00
parent 6d437c290f
commit 31c4834a2d

View File

@@ -0,0 +1,6 @@
{ config, lib, pkgs, ... }:
{
# just enable and install niri
programs.niri.enable = true;
}