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

@ -17,6 +17,7 @@
pkgs.gnupg
pkgs.htop-vim
common.custom.python
common.custom.inkscape
#(pkgs.poetry.override { python3 = common.custom.python; })
pkgs.fastfetch
pkgs.eza

View file

@ -25,7 +25,6 @@ in
inherit system brew-api;
nixpkgs = nixpkgs-stable;
})
(import ../../overlays/darwin/inkscape.nix)
];
}
) pkgs pkgs-unstable;
@ -54,7 +53,6 @@ in
inherit system brew-api;
nixpkgs = nixpkgs-stable;
})
(import ../../overlays/darwin/inkscape.nix)
];
}
) pkgs pkgs-unstable;