mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-12-07 21:42:16 -06:00
feat: added allowUnfree to shared home manager modules
This commit is contained in:
parent
20699b8c65
commit
25c1ea0d4f
1 changed files with 5 additions and 0 deletions
|
|
@ -9,5 +9,10 @@
|
||||||
flake
|
flake
|
||||||
;
|
;
|
||||||
};
|
};
|
||||||
|
sharedModules = [
|
||||||
|
{
|
||||||
|
nixpkgs.config.allowUnfree = true;
|
||||||
|
}
|
||||||
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue