feat: set allowUnfree for users
This commit is contained in:
parent
d495be9ca5
commit
9500361b6f
1 changed files with 7 additions and 0 deletions
|
@ -66,6 +66,13 @@ with pkgs;
|
|||
dotenv
|
||||
'';
|
||||
|
||||
home.file.".config/nixpkgs/config.nix".text = ''
|
||||
{
|
||||
allowUnfree = true;
|
||||
}
|
||||
'';
|
||||
|
||||
|
||||
home.packages = with pkgs; [
|
||||
# system
|
||||
gparted
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue