[tarro] Adds new config for tarro-mbp
This commit is contained in:
16
system/hosts/tarro-mbp/default.nix
Normal file
16
system/hosts/tarro-mbp/default.nix
Normal file
@@ -0,0 +1,16 @@
|
||||
{ inputs, self, ... }:
|
||||
inputs.nix-darwin.lib.darwinSystem {
|
||||
modules = [
|
||||
./configuration.nix
|
||||
inputs.home-manager.darwinModules.home-manager
|
||||
{
|
||||
home-manager.users.drew = import ./drew.nix;
|
||||
home-manager.useGlobalPkgs = true;
|
||||
home-manager.extraSpecialArgs = { inherit inputs; };
|
||||
}
|
||||
];
|
||||
specialArgs = {
|
||||
inherit inputs;
|
||||
inherit self;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user