feat(users): allow unfree packages
This commit is contained in:
parent
7dedd3a094
commit
ba41b2ddfe
1 changed files with 2 additions and 0 deletions
|
|
@ -75,6 +75,8 @@ lib.foldl' (acc: obj: lib.recursiveUpdate acc obj) { } (
|
||||||
}
|
}
|
||||||
(map (user: {
|
(map (user: {
|
||||||
home-manager.users.${user} = {
|
home-manager.users.${user} = {
|
||||||
|
nixpkgs.config.allowUnfree = true;
|
||||||
|
|
||||||
imports = [
|
imports = [
|
||||||
./${user}/modules
|
./${user}/modules
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue