Minor changes
This commit is contained in:
parent
13cfcca90c
commit
ad5598e202
2 changed files with 4 additions and 3 deletions
|
|
@ -52,16 +52,16 @@
|
|||
modules = [
|
||||
commonSystemConfig
|
||||
./hosts/darwin/iMac
|
||||
nix-homebrew.darwinModules.nix-homebrew
|
||||
];
|
||||
specialArgs = { inherit nix-homebrew; };
|
||||
};
|
||||
|
||||
darwinConfigurations."MacBook-Air" = nix-darwin.lib.darwinSystem {
|
||||
modules = [
|
||||
commonSystemConfig
|
||||
./hosts/darwin/MacBook-Air
|
||||
nix-homebrew.darwinModules.nix-homebrew
|
||||
];
|
||||
specialArgs = { inherit nix-homebrew; };
|
||||
};
|
||||
|
||||
homeConfigurations = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue