Files
tawm/modules/base/nixpkgs.nix

9 lines
109 B
Nix

{
nixpkgs = {
config = {
allowUnfree = true;
joypixels.acceptLicense = true;
};
};
}