refactor(nix): Overlays
This commit is contained in:
parent
62f0882d46
commit
59b6868a69
5 changed files with 53 additions and 20 deletions
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
description = "null2264's Nix Setup";
|
||||
|
||||
outputs = inputs@{ self, nix-darwin, nixpkgs, home-manager, system-manager }:
|
||||
outputs = inputs@{ self, nix-darwin, nixpkgs, home-manager, system-manager, ... }:
|
||||
let
|
||||
vars = {
|
||||
rev = self.rev or self.dirtyRev or null;
|
||||
|
@ -47,5 +47,10 @@
|
|||
url = "github:numtide/system-manager/c93e62f2e962b54fd961798731d25eaa5778dbe2";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
firefox-darwin = {
|
||||
url = "github:bandithedoge/nixpkgs-firefox-darwin";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue