reading .../usr/don/config.nix

This commit is contained in:
Don Harper 2024-03-16 16:04:22 -05:00
parent 2a832c389f
commit c8813b01f0

3
user/don/config.nix Normal file
View file

@ -0,0 +1,3 @@
{ allowUnfree = true;
permittedInsecurePackages = [ "electron-18.1.0" ];
}