diff --git a/nixos/modules/nur.nix b/nixos/modules/nur.nix new file mode 100755 index 0000000..597aad0 --- /dev/null +++ b/nixos/modules/nur.nix @@ -0,0 +1,7 @@ +{config, ...}: { + home-manager = { + extraSpecialArgs = { + inherit (config) nur; + }; + }; +}