mirror of
https://github.com/tuxdotrs/nixos-config.git
synced 2025-07-06 09:46:34 +05:30
9 lines
109 B
Nix
9 lines
109 B
Nix
{
|
|
nixpkgs = {
|
|
config = {
|
|
allowUnfree = true;
|
|
joypixels.acceptLicense = true;
|
|
};
|
|
};
|
|
}
|