feat: update nixpkgs/config.nix creation
This commit is contained in:
parent
3f2b98392c
commit
43d2118504
|
@ -57,7 +57,7 @@ with pkgs;
|
||||||
|
|
||||||
programs.firefox.enable = true;
|
programs.firefox.enable = true;
|
||||||
|
|
||||||
home.file.".config/nixpkgs/config.nix".text = ''
|
xdg.configFile."nixpkgs/config.nix".text = ''
|
||||||
{
|
{
|
||||||
allowUnfree = true;
|
allowUnfree = true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue