dotfiles/nixos/modules/nur.nix

8 lines
103 B
Nix
Raw Normal View History

2024-11-03 17:50:38 -06:00
{config, ...}: {
home-manager = {
extraSpecialArgs = {
inherit (config) nur;
};
};
}