mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2026-02-22 21:05:14 +08:00
feat: adds system variable to each host, switch to stable home-manager too
This commit is contained in:
parent
9e8f8959f6
commit
3a778d4104
1 changed files with 16 additions and 1 deletions
17
flake.nix
17
flake.nix
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
inputs = {
|
||||
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";
|
||||
hyprland.url = "github:hyprwm/Hyprland";
|
||||
hyprland.inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
|
@ -63,6 +63,7 @@
|
|||
];
|
||||
specialArgs = {
|
||||
host = "sakura";
|
||||
system = "aarch64-darwin";
|
||||
inherit self inputs username;
|
||||
};
|
||||
};
|
||||
|
|
@ -75,6 +76,7 @@
|
|||
];
|
||||
specialArgs = {
|
||||
host = "sakura";
|
||||
system = "x86_64-linux";
|
||||
inherit self inputs username;
|
||||
};
|
||||
};
|
||||
|
|
@ -85,6 +87,7 @@
|
|||
];
|
||||
specialArgs = {
|
||||
host = "yoshino";
|
||||
system = "x86_64-linux";
|
||||
inherit self inputs username;
|
||||
};
|
||||
};
|
||||
|
|
@ -95,6 +98,7 @@
|
|||
];
|
||||
specialArgs = {
|
||||
host = "ichiyo";
|
||||
system = "x86_64-linux";
|
||||
inherit self inputs username;
|
||||
};
|
||||
};
|
||||
|
|
@ -105,6 +109,7 @@
|
|||
];
|
||||
specialArgs = {
|
||||
host = "violet";
|
||||
system = "x86_64-linux";
|
||||
inherit self inputs username;
|
||||
};
|
||||
};
|
||||
|
|
@ -115,6 +120,7 @@
|
|||
];
|
||||
specialArgs = {
|
||||
host = "dandelion";
|
||||
system = "x86_64-linux";
|
||||
inherit self inputs username;
|
||||
};
|
||||
};
|
||||
|
|
@ -125,6 +131,7 @@
|
|||
];
|
||||
specialArgs = {
|
||||
host = "lily";
|
||||
system = "x86_64-linux";
|
||||
inherit self inputs username;
|
||||
};
|
||||
};
|
||||
|
|
@ -135,6 +142,7 @@
|
|||
];
|
||||
specialArgs = {
|
||||
host = "zinnia";
|
||||
system = "x86_64-linux";
|
||||
inherit self inputs username;
|
||||
};
|
||||
};
|
||||
|
|
@ -145,6 +153,7 @@
|
|||
];
|
||||
specialArgs = {
|
||||
host = "posy";
|
||||
system = "aarch64-linux";
|
||||
inherit self inputs username;
|
||||
};
|
||||
};
|
||||
|
|
@ -155,6 +164,7 @@
|
|||
];
|
||||
specialArgs = {
|
||||
host = "hazel";
|
||||
system = "x86_64-linux";
|
||||
inherit self inputs username;
|
||||
};
|
||||
};
|
||||
|
|
@ -165,6 +175,7 @@
|
|||
];
|
||||
specialArgs = {
|
||||
host = "daisy";
|
||||
system = "x86_64-linux";
|
||||
inherit self inputs username;
|
||||
};
|
||||
};
|
||||
|
|
@ -175,6 +186,7 @@
|
|||
];
|
||||
specialArgs = {
|
||||
host = "iris";
|
||||
system = "x86_64-linux";
|
||||
inherit self inputs username;
|
||||
};
|
||||
};
|
||||
|
|
@ -185,6 +197,7 @@
|
|||
];
|
||||
specialArgs = {
|
||||
host = "sunflower";
|
||||
system = "x86_64-linux";
|
||||
inherit self inputs username;
|
||||
};
|
||||
};
|
||||
|
|
@ -195,6 +208,7 @@
|
|||
];
|
||||
specialArgs = {
|
||||
host = "imilia";
|
||||
system = "x86_64-linux";
|
||||
inherit self inputs username;
|
||||
};
|
||||
};
|
||||
|
|
@ -205,6 +219,7 @@
|
|||
];
|
||||
specialArgs = {
|
||||
host = "april";
|
||||
system = "x86_64-linux";
|
||||
inherit self inputs username;
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue