Add overlay to systemwide nixpkgs
This commit is contained in:
parent
60cd61444e
commit
b706942195
1 changed files with 9 additions and 6 deletions
|
@ -9,7 +9,10 @@
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
nixpkgs.config.allowUnfree = true;
|
nixpkgs = {
|
||||||
|
config = { allowUnfree = true; };
|
||||||
|
overlays = [ (import ./overlays) ];
|
||||||
|
};
|
||||||
|
|
||||||
boot.cleanTmpDir = true;
|
boot.cleanTmpDir = true;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue