This commit is contained in:
Christoph Schmatzler
2025-08-07 16:20:19 +02:00
parent f6a33f03ad
commit c97e7d16e4
5 changed files with 63 additions and 54 deletions

View File

@@ -11,20 +11,23 @@
inputs.nixpkgs.follows = "nixpkgs";
};
nix-homebrew.url = "github:zhaofengli-wip/nix-homebrew";
homebrew-core.url = "github:homebrew/homebrew-core";
homebrew-core = {
url = "github:homebrew/homebrew-core";
flake = false;
};
homebrew-cask = {
url = "github:homebrew/homebrew-cask";
flake = false;
};
homebrew-axe = {
url = "github:cameroncooke/homebrew-axe";
flake = false;
};
disko = {
url = "github:nix-community/disko";
inputs.nixpkgs.follows = "nixpkgs";
};
nixvim.url = "github:nix-community/nixvim";
secrets = {
url = "git+ssh://git@github.com/cschmatzler/nixos-config-secrets.git";
flake = false;
};
};
outputs = inputs @ {flake-parts, ...}:
@@ -59,9 +62,9 @@
taps = {
"homebrew/homebrew-core" = inputs.homebrew-core;
"homebrew/homebrew-cask" = inputs.homebrew-cask;
"cameroncooke/axe" = inputs.homebrew-axe;
};
mutableTaps = false;
autoMigrate = true;
mutableTaps = true;
};
}
./hosts/darwin/${hostname}