[tarro] Adds new config for tarro-mbp
This commit is contained in:
11
flake.nix
11
flake.nix
@@ -19,6 +19,10 @@
|
||||
url = "github:Duckonaut/split-monitor-workspaces";
|
||||
inputs.hyprland.follows = "hyprland";
|
||||
};
|
||||
nix-darwin = {
|
||||
url = "github:LnL7/nix-darwin/master";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
};
|
||||
|
||||
outputs = { self, nixpkgs, ... }@inputs: {
|
||||
@@ -29,5 +33,12 @@
|
||||
inherit nixpkgs;
|
||||
};
|
||||
};
|
||||
darwinConfigurations = {
|
||||
DGVGYQLQP5 = (import ./system/hosts/tarro-mbp) {
|
||||
inherit inputs;
|
||||
inherit self;
|
||||
inherit nixpkgs;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user