refactor: change configuration
to system
This commit is contained in:
parent
8a22a861d4
commit
98a47d867e
10 changed files with 36 additions and 36 deletions
7
system/shared/nixpkgs.nix
Normal file
7
system/shared/nixpkgs.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{ }: {
|
||||
config = {
|
||||
allowUnfree = true;
|
||||
};
|
||||
|
||||
overlays = [ (import ./overlays.nix) ];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue