mirror of
https://github.com/ItsDrike/nixdots
synced 2025-06-30 04:30:42 +00:00
Add herogrim host
This commit is contained in:
parent
1a28174932
commit
c869557f1f
4 changed files with 231 additions and 0 deletions
|
@ -17,4 +17,12 @@ in
|
|||
inputs.home-manager.nixosModules.home-manager
|
||||
] ++ shared;
|
||||
};
|
||||
|
||||
herugrim = lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
modules = [
|
||||
./herugrim
|
||||
inputs.home-manager.nixosModules.home-manager
|
||||
] ++ shared;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue