refactor: added flake parts
This commit is contained in:
parent
db7ac35613
commit
88041e86bd
66 changed files with 3538 additions and 2163 deletions
15
modules/hosts/darwin/hesperium/default.nix
Normal file
15
modules/hosts/darwin/hesperium/default.nix
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
# leyla macbook
|
||||
{
|
||||
inputs,
|
||||
config,
|
||||
...
|
||||
}: {
|
||||
flake.darwinConfigurations.hesperium = inputs.nix-darwin.lib.darwinSystem {
|
||||
system = "aarch64-darwin";
|
||||
modules = [
|
||||
config.flake.darwinModules.darwinModules
|
||||
config.flake.darwinModules.hesperiumConfiguration
|
||||
];
|
||||
specialArgs = {inherit inputs;};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue