Rearrange file structure
This commit is contained in:
parent
de1bfdcbe6
commit
530274e081
8 changed files with 20 additions and 29 deletions
|
|
@ -21,14 +21,14 @@
|
|||
{
|
||||
darwinConfigurations."iMac" = nix-darwin.lib.darwinSystem {
|
||||
modules = [
|
||||
./hosts/darwin/iMac
|
||||
./hosts/darwin/iMac/system.nix
|
||||
];
|
||||
specialArgs = { inherit nix-homebrew; };
|
||||
};
|
||||
|
||||
darwinConfigurations."MacBook-Air" = nix-darwin.lib.darwinSystem {
|
||||
modules = [
|
||||
./hosts/darwin/MacBook-Air
|
||||
./hosts/darwin/MacBook-Air/system.nix
|
||||
];
|
||||
specialArgs = { inherit nix-homebrew; };
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue