mirror of
https://github.com/Dichgrem/DCGOS.git
synced 2025-12-17 03:31:59 -05:00
Init:start-nix
This commit is contained in:
21
hosts/default.nix
Normal file
21
hosts/default.nix
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
hostname,
|
||||
inputs,
|
||||
username,
|
||||
...
|
||||
}: {
|
||||
imports = with inputs; [
|
||||
./${hostname}
|
||||
chaotic.nixosModules.default
|
||||
daeuniverse.nixosModules.daed
|
||||
disko.nixosModules.disko
|
||||
stylix.nixosModules.stylix
|
||||
home-manager.nixosModules.home-manager
|
||||
{
|
||||
home-manager = {
|
||||
extraSpecialArgs = {inherit hostname inputs username;};
|
||||
users.${username} = import ../home;
|
||||
};
|
||||
}
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user