niri, ashell

This commit is contained in:
2026-02-03 21:23:26 +01:00
parent 0ec1ab22a6
commit 4d550731af
5 changed files with 226 additions and 1 deletions

7
modules/niri/default.nix Normal file
View File

@@ -0,0 +1,7 @@
{ pkgs, ... }:
{
programs.niri = {
enable = true;
package = pkgs.niri-kmein;
};
}