feat: abstracted out nur

This commit is contained in:
Nick 2024-11-03 17:50:38 -06:00
parent 669316009c
commit f9e007e4ae

7
nixos/modules/nur.nix Executable file
View file

@ -0,0 +1,7 @@
{config, ...}: {
home-manager = {
extraSpecialArgs = {
inherit (config) nur;
};
};
}