7 lines
104 B
Nix
7 lines
104 B
Nix
{ inputs, ... }:
|
|
{
|
|
imports = [ inputs.nur.nixosModules.nur ];
|
|
|
|
nixpkgs.config.allowUnfree = true;
|
|
}
|