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 = [
|
modules = [
|
||||||
commonSystemConfig
|
commonSystemConfig
|
||||||
./hosts/darwin/iMac
|
./hosts/darwin/iMac
|
||||||
nix-homebrew.darwinModules.nix-homebrew
|
|
||||||
];
|
];
|
||||||
|
specialArgs = { inherit nix-homebrew; };
|
||||||
};
|
};
|
||||||
|
|
||||||
darwinConfigurations."MacBook-Air" = nix-darwin.lib.darwinSystem {
|
darwinConfigurations."MacBook-Air" = nix-darwin.lib.darwinSystem {
|
||||||
modules = [
|
modules = [
|
||||||
commonSystemConfig
|
commonSystemConfig
|
||||||
./hosts/darwin/MacBook-Air
|
./hosts/darwin/MacBook-Air
|
||||||
nix-homebrew.darwinModules.nix-homebrew
|
|
||||||
];
|
];
|
||||||
|
specialArgs = { inherit nix-homebrew; };
|
||||||
};
|
};
|
||||||
|
|
||||||
homeConfigurations = {
|
homeConfigurations = {
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,9 @@
|
||||||
{ config, pkgs, ... }:
|
{ config, pkgs, nix-homebrew, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
../../modules/homebrew.nix
|
../../modules/homebrew.nix
|
||||||
|
nix-homebrew.darwinModules.nix-homebrew
|
||||||
];
|
];
|
||||||
|
|
||||||
# Set primary user for system preferences
|
# Set primary user for system preferences
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue