dotfiles/nixos/modules/nur.nix

8 lines
105 B
Nix
Raw Normal View History

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