Let's try and do that in home manager instead

This commit is contained in:
Lillian Violet 2024-10-02 18:27:17 +02:00
parent 358c76b152
commit d4ead53bad
2 changed files with 2 additions and 2 deletions

View file

@ -22,6 +22,7 @@
./package-configs/foot ./package-configs/foot
]; ];
nixpkgs = { nixpkgs = {
config.permittedInsecurePackages = ["cinny-4.2.1"];
# You can add overlays here # You can add overlays here
overlays = [ overlays = [
# You can also add overlays exported from other flakes: # You can also add overlays exported from other flakes:

View file

@ -16,8 +16,7 @@
#TODO: remove this when unneeded for freetube #TODO: remove this when unneeded for freetube
nixpkgs.config.permittedInsecurePackages = [ nixpkgs.config.permittedInsecurePackages = [
"python3.12-youtube-dl-2021.12.17" #"python3.12-youtube-dl-2021.12.17"
"cinny-4.2.1"
]; ];
nix = { nix = {
package = pkgs.lix; package = pkgs.lix;