config: Allow nix-shell to be unfree

master
Chan Wen Xu 2021-09-11 22:47:31 +07:00
parent 41be1fcb99
commit 781b84130c
1 changed files with 4 additions and 0 deletions

@ -1,6 +1,10 @@
{ self, pkgs, lib, ... }@inputs:
{
xdg.configFile."nixpkgs/config.nix".text = ''
{ allowUnfree = true; }
'';
gtk = {
enable = true;
gtk3.extraConfig = {