refactor: remove i3 (#162)

This commit is contained in:
Ryan Yin
2024-09-03 00:06:34 +08:00
committed by GitHub
parent 07b74cd2e5
commit a1789eebff
409 changed files with 25 additions and 59302 deletions

View File

@@ -5,9 +5,7 @@
username = myvars.username;
hosts = [
"ai-hyprland"
"ai-i3"
"shoukei-hyprland"
"shoukei-i3"
"ruby"
"k3s-prod-1-master-1"
];

View File

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

View File

@@ -4,9 +4,7 @@
}: let
specialExpected = {
"ai-hyprland" = "ai";
"ai-i3" = "ai";
"shoukei-hyprland" = "shoukei";
"shoukei-i3" = "shoukei";
};
specialHostNames = builtins.attrNames specialExpected;