feat: adds system variable to each host, switch to stable home-manager too

This commit is contained in:
ahwx 2026-02-09 22:34:39 +01:00
parent 9e8f8959f6
commit 3a778d4104

View file

@ -3,7 +3,7 @@
inputs = { inputs = {
alejandra.url = "github:kamadorueda/alejandra/3.0.0"; alejandra.url = "github:kamadorueda/alejandra/3.0.0";
home-manager.url = "github:nix-community/home-manager"; home-manager.url = "github:nix-community/home-manager/release-25.11";
home-manager.inputs.nixpkgs.follows = "nixpkgs"; home-manager.inputs.nixpkgs.follows = "nixpkgs";
hyprland.url = "github:hyprwm/Hyprland"; hyprland.url = "github:hyprwm/Hyprland";
hyprland.inputs.nixpkgs.follows = "nixpkgs"; hyprland.inputs.nixpkgs.follows = "nixpkgs";
@ -63,6 +63,7 @@
]; ];
specialArgs = { specialArgs = {
host = "sakura"; host = "sakura";
system = "aarch64-darwin";
inherit self inputs username; inherit self inputs username;
}; };
}; };
@ -75,6 +76,7 @@
]; ];
specialArgs = { specialArgs = {
host = "sakura"; host = "sakura";
system = "x86_64-linux";
inherit self inputs username; inherit self inputs username;
}; };
}; };
@ -85,6 +87,7 @@
]; ];
specialArgs = { specialArgs = {
host = "yoshino"; host = "yoshino";
system = "x86_64-linux";
inherit self inputs username; inherit self inputs username;
}; };
}; };
@ -95,6 +98,7 @@
]; ];
specialArgs = { specialArgs = {
host = "ichiyo"; host = "ichiyo";
system = "x86_64-linux";
inherit self inputs username; inherit self inputs username;
}; };
}; };
@ -105,6 +109,7 @@
]; ];
specialArgs = { specialArgs = {
host = "violet"; host = "violet";
system = "x86_64-linux";
inherit self inputs username; inherit self inputs username;
}; };
}; };
@ -115,6 +120,7 @@
]; ];
specialArgs = { specialArgs = {
host = "dandelion"; host = "dandelion";
system = "x86_64-linux";
inherit self inputs username; inherit self inputs username;
}; };
}; };
@ -125,6 +131,7 @@
]; ];
specialArgs = { specialArgs = {
host = "lily"; host = "lily";
system = "x86_64-linux";
inherit self inputs username; inherit self inputs username;
}; };
}; };
@ -135,6 +142,7 @@
]; ];
specialArgs = { specialArgs = {
host = "zinnia"; host = "zinnia";
system = "x86_64-linux";
inherit self inputs username; inherit self inputs username;
}; };
}; };
@ -145,6 +153,7 @@
]; ];
specialArgs = { specialArgs = {
host = "posy"; host = "posy";
system = "aarch64-linux";
inherit self inputs username; inherit self inputs username;
}; };
}; };
@ -155,6 +164,7 @@
]; ];
specialArgs = { specialArgs = {
host = "hazel"; host = "hazel";
system = "x86_64-linux";
inherit self inputs username; inherit self inputs username;
}; };
}; };
@ -165,6 +175,7 @@
]; ];
specialArgs = { specialArgs = {
host = "daisy"; host = "daisy";
system = "x86_64-linux";
inherit self inputs username; inherit self inputs username;
}; };
}; };
@ -175,6 +186,7 @@
]; ];
specialArgs = { specialArgs = {
host = "iris"; host = "iris";
system = "x86_64-linux";
inherit self inputs username; inherit self inputs username;
}; };
}; };
@ -185,6 +197,7 @@
]; ];
specialArgs = { specialArgs = {
host = "sunflower"; host = "sunflower";
system = "x86_64-linux";
inherit self inputs username; inherit self inputs username;
}; };
}; };
@ -195,6 +208,7 @@
]; ];
specialArgs = { specialArgs = {
host = "imilia"; host = "imilia";
system = "x86_64-linux";
inherit self inputs username; inherit self inputs username;
}; };
}; };
@ -205,6 +219,7 @@
]; ];
specialArgs = { specialArgs = {
host = "april"; host = "april";
system = "x86_64-linux";
inherit self inputs username; inherit self inputs username;
}; };
}; };