feat: set allowUnfree for users

This commit is contained in:
Felix Schröter 2020-02-13 18:53:46 +01:00 committed by Felix Schroeter
parent d495be9ca5
commit 9500361b6f

View file

@ -66,6 +66,13 @@ with pkgs;
dotenv
'';
home.file.".config/nixpkgs/config.nix".text = ''
{
allowUnfree = true;
}
'';
home.packages = with pkgs; [
# system
gparted