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

@@ -6,6 +6,7 @@ let
username = myvars.username;
hosts = [
"shoukei-hyprland"
"shoukei-niri"
];
in
lib.genAttrs hosts (_: "/home/${username}")

View File

@@ -7,6 +7,7 @@ let
username = myvars.username;
hosts = [
"shoukei-hyprland"
"shoukei-niri"
];
in
lib.genAttrs hosts (

View File

@@ -5,6 +5,7 @@
let
specialExpected = {
"shoukei-hyprland" = "shoukei";
"shoukei-niri" = "shoukei";
};
specialHostNames = builtins.attrNames specialExpected;