feat: readd nixpkgs/config.nix

This commit is contained in:
Felix Schröter 2020-09-07 12:58:39 +02:00
parent 51db6e7ff9
commit c42f889863
No known key found for this signature in database
GPG key ID: 910ACB9F6BD26F58

View file

@ -44,6 +44,12 @@
defaultProfile = "private";
};
xdg.configFile."nixpkgs/config.nix".text = ''
{
allowUnfree = true;
}
'';
home.packages = with pkgs; [
# system
gparted