Avoid unfree in local dev environment

This commit is contained in:
Greg Hellings
2024-10-10 13:01:37 -05:00
parent eebeb3ca6d
commit 6803ec0e6d
4 changed files with 16 additions and 6 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ rec {
greghellings =
let
system = "x86_64-linux";
pkgs = (import inputs.nixunstable { inherit system overlays; });
pkgs = (import inputs.nixunstable { inherit system overlays; config.allowUnfree = true; });
in
inputs.hmunstable.lib.homeManagerConfiguration {
inherit pkgs;