feat(nix/darwin): Moving stuff away from homebrew

This commit is contained in:
Ahmad Ansori Palembani 2024-10-31 08:21:26 +07:00
parent b0952e8a34
commit b4f1b3a647
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6
4 changed files with 107 additions and 8 deletions

View file

@ -40,6 +40,20 @@
url = "github:LnL7/nix-darwin/a60ac02f9466f85f092e576fd8364dfc4406b5a6";
inputs.nixpkgs.follows = "nixpkgs";
};
firefox-darwin = {
url = "github:bandithedoge/nixpkgs-firefox-darwin";
inputs.nixpkgs.follows = "nixpkgs";
};
brew-nix = {
url = "github:BatteredBunny/brew-nix/d3d3a2666e5330e83b6a64b1eb3e1e9380f6da9b";
inputs.nix-darwin.follows = "nix-darwin";
inputs.brew-api.follows = "brew-api";
inputs.nixpkgs.follows = "nixpkgs";
};
brew-api = {
url = "github:BatteredBunny/brew-api";
flake = false;
};
home-manager = {
url = "github:nix-community/home-manager/64c6325b28ebd708653dd41d88f306023f296184";
@ -50,10 +64,5 @@
url = "github:numtide/system-manager/c93e62f2e962b54fd961798731d25eaa5778dbe2";
inputs.nixpkgs.follows = "nixpkgs";
};
firefox-darwin = {
url = "github:bandithedoge/nixpkgs-firefox-darwin";
inputs.nixpkgs.follows = "nixpkgs";
};
};
}