diff options
| author | Ryan Schanzenbacher <ryan@rschanz.org> | 2026-07-17 01:37:11 -0400 |
|---|---|---|
| committer | Ryan Schanzenbacher <ryan@rschanz.org> | 2026-07-17 01:37:11 -0400 |
| commit | 2bead7efb473f0202dc6ef189fbc0e4a5401d41f (patch) | |
| tree | 86d08a6b2980f4889054bc43500471b133450bf8 /flake.nix | |
| parent | a6ca159fc55d3e989eb9de85daa396c593bb0a00 (diff) | |
add virby and adjust yabai
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -27,6 +27,8 @@ | |||
| 27 | url = "github:homebrew/homebrew-cask"; | 27 | url = "github:homebrew/homebrew-cask"; |
| 28 | flake = false; | 28 | flake = false; |
| 29 | }; | 29 | }; |
| 30 | # Linux builder on macos | ||
| 31 | virby.url = "github:quinneden/virby-nix-darwin"; | ||
| 30 | }; | 32 | }; |
| 31 | 33 | ||
| 32 | outputs = { nixpkgs, home-manager, ... }@inputs: { | 34 | outputs = { nixpkgs, home-manager, ... }@inputs: { |
| @@ -35,6 +37,7 @@ | |||
| 35 | specialArgs = { inherit inputs; }; | 37 | specialArgs = { inherit inputs; }; |
| 36 | modules = [ | 38 | modules = [ |
| 37 | { nixpkgs.config.allowUnfree = true; } | 39 | { nixpkgs.config.allowUnfree = true; } |
| 40 | inputs.virby.darwinModules.default | ||
| 38 | ./hosts/RyanMac/configuration.nix | 41 | ./hosts/RyanMac/configuration.nix |
| 39 | home-manager.darwinModules.home-manager | 42 | home-manager.darwinModules.home-manager |
| 40 | { | 43 | { |
