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 = [
"ai-hyprland"
"ai-niri"
"ruby"
"k3s-prod-1-master-1"
];

View File

@@ -7,6 +7,7 @@ let
username = myvars.username;
hosts = [
"ai-hyprland"
"ai-niri"
"ruby"
"k3s-prod-1-master-1"
];

View File

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