feat: added allowUnfree to shared home manager modules

This commit is contained in:
Nick 2025-11-03 02:36:05 -06:00
parent 20699b8c65
commit 25c1ea0d4f

View file

@ -9,5 +9,10 @@
flake
;
};
sharedModules = [
{
nixpkgs.config.allowUnfree = true;
}
];
};
}