feat: add new wayland compositor - niri

This commit is contained in:
Ryan Yin
2025-08-18 21:44:18 +08:00
parent 09fbea3f77
commit 69eee64e7e
52 changed files with 333 additions and 89 deletions

View File

@@ -2,7 +2,6 @@
pkgs,
config,
lib,
anyrun,
...
}@args:
with lib;
@@ -11,7 +10,6 @@ let
in
{
imports = [
# anyrun.homeManagerModules.default # the module is already in hm now.
./options
];