12 lines
136 B
Nix
12 lines
136 B
Nix
{
|
|
nixpkgs = {
|
|
config = {
|
|
allowUnfree = true;
|
|
input-fonts.acceptLicense = true;
|
|
};
|
|
|
|
overlays = [
|
|
];
|
|
};
|
|
}
|