mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-16 18:15:13 -05:00
feat: abstracted out nur
This commit is contained in:
parent
669316009c
commit
f9e007e4ae
1 changed files with 7 additions and 0 deletions
7
nixos/modules/nur.nix
Executable file
7
nixos/modules/nur.nix
Executable file
|
@ -0,0 +1,7 @@
|
|||
{config, ...}: {
|
||||
home-manager = {
|
||||
extraSpecialArgs = {
|
||||
inherit (config) nur;
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue