removed pkgs from specialArgs

This commit is contained in:
TheWanderingCrow 2025-02-20 21:42:17 -05:00
parent 5c4f895eac
commit 7bbde723da
2 changed files with 17 additions and 19 deletions

View file

@ -21,5 +21,16 @@
nerd-fonts.hack
nerd-fonts.jetbrains-mono
];
nixpkgs = {
config = {
allowUnfree = true;
config.permittedInsecurePackages = [
"dotnet-runtime-wrapped-7.0.20"
"dotnet-runtime-7.0.20"
"SDL_ttf-2.0.11"
];
};
};
};
}