9 lines
111 B
Nix
9 lines
111 B
Nix
{
|
|
nixpkgs = {
|
|
config = {
|
|
allowUnfree = true;
|
|
input-fonts.acceptLicense = true;
|
|
};
|
|
};
|
|
}
|