mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-17 02:25:12 -05:00
feat: abstracted out nur
This commit is contained in:
parent
ccf5bbaa01
commit
0f016463f2
1 changed files with 1 additions and 6 deletions
|
@ -1,15 +1,10 @@
|
|||
{
|
||||
flake,
|
||||
config,
|
||||
...
|
||||
}: {
|
||||
{flake, ...}: {
|
||||
home-manager = {
|
||||
useGlobalPkgs = true;
|
||||
useUserPackages = true;
|
||||
backupFileExtension = "backup";
|
||||
extraSpecialArgs = {
|
||||
inherit flake;
|
||||
inherit (config) nur;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue