feat(flake): add nix-darwin to flake
WARNING: This commit includes additions to flake.nix and flake.lock.
This commit is contained in:
parent
cc08a506c8
commit
c21f7efecd
2 changed files with 27 additions and 0 deletions
|
@ -22,6 +22,11 @@
|
|||
url = "github:nix-community/home-manager";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
# nix darwin provides declarative mac configuration
|
||||
nix-darwin = {
|
||||
url = "github:nix-darwin/nix-darwin/master";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
# the nix user repository for mainly firefox extensions
|
||||
nur = {
|
||||
url = "github:nix-community/NUR";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue