fix: add missing allowUnfree options

This commit is contained in:
2024-08-12 22:24:07 +03:00
parent de224ad756
commit 95f82db97b
2 changed files with 5 additions and 0 deletions

View File

@@ -94,5 +94,9 @@
sessionVariables = {
ANI_CLI_PLAYER = "mpv";
};
file = {
".config/nixpkgs/config.nix".text = "{ allowUnfree = true; }";
};
};
}