home-manager use flake.nix nixpkgs config

This commit is contained in:
cy 2024-12-13 11:44:22 -05:00
parent 7ca1fb1b89
commit 63aa5e18d9
2 changed files with 3 additions and 11 deletions

View file

@ -29,7 +29,9 @@
system:
import nixpkgs {
inherit system;
config.allowUnfree = true;
config = {
allowUnfree = true;
};
}
);
in {