11 lines
138 B
Nix
11 lines
138 B
Nix
_:
|
|
|
|
{
|
|
nixpkgs.config.allowUnfree = true;
|
|
|
|
xdg.configFile."nixpkgs/config.nix".text = ''
|
|
{
|
|
allowUnfree = true;
|
|
}
|
|
'';
|
|
}
|