6
hosts/common/system/configs/nixpkgs/default.nix
Normal file
6
hosts/common/system/configs/nixpkgs/default.nix
Normal file
@@ -0,0 +1,6 @@
|
||||
{ inputs, ... }:
|
||||
{
|
||||
imports = [ inputs.nur.nixosModules.nur ];
|
||||
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
}
|
Reference in New Issue
Block a user