feat(nix/darwin/brew): Support variation

This commit is contained in:
Ahmad Ansori Palembani 2024-11-02 12:57:45 +07:00
parent 60964a91e2
commit a5a3750cac
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6
6 changed files with 14 additions and 55 deletions

View file

@ -18,6 +18,7 @@ in
"ziro@ThiccBook-Pro" =
let
system = "x86_64-darwin";
inherit (
mkSystem {
arch = "x86_64-darwin";
@ -25,10 +26,13 @@ in
unstable = nixpkgs-unstable;
extraOverlays = [
inputs.firefox-darwin.overlay
inputs.brew-nix.overlays.default
(import ../../overlays/darwin/brew.nix {
inherit system brew-api;
nixpkgs = nixpkgs-stable;
})
];
}
) system pkgs pkgs-unstable;
) pkgs pkgs-unstable;
vars.name = "ziro";
vars.floorp.verticalTabHoverWidthInEm = 28;
in