[tarro] Adds new config for tarro-mbp

This commit is contained in:
Drew Haven
2025-02-04 10:44:38 -08:00
parent 7a77470343
commit e65e2963e6
5 changed files with 96 additions and 0 deletions

View File

@@ -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;
};
};
};
}