feat: update nixpkgs/config.nix creation

This commit is contained in:
Felix Schröter 2020-03-13 20:07:25 +01:00 committed by Felix Schroeter
parent 3f2b98392c
commit 43d2118504

View file

@ -57,7 +57,7 @@ with pkgs;
programs.firefox.enable = true;
home.file.".config/nixpkgs/config.nix".text = ''
xdg.configFile."nixpkgs/config.nix".text = ''
{
allowUnfree = true;
}