6 lines
125 B
Nix
6 lines
125 B
Nix
{ ... }:
|
|
{
|
|
documentation.nixos.enable = false;
|
|
nixpkgs.config.allowUnfree = true;
|
|
nixpkgs.config.rcomSupport = true;
|
|
}
|