fix: add missing allowUnfree options
This commit is contained in:
parent
de224ad756
commit
95f82db97b
@ -61,6 +61,7 @@
|
||||
"${username}@${hostname}" = home-manager.lib.homeManagerConfiguration {
|
||||
pkgs = import nixpkgs {
|
||||
system = "x86_64-linux";
|
||||
config.allowUnfree = true;
|
||||
overlays = [ nur.overlay ];
|
||||
};
|
||||
extraSpecialArgs = { inherit inputs; };
|
||||
|
@ -94,5 +94,9 @@
|
||||
sessionVariables = {
|
||||
ANI_CLI_PLAYER = "mpv";
|
||||
};
|
||||
|
||||
file = {
|
||||
".config/nixpkgs/config.nix".text = "{ allowUnfree = true; }";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user