Desktop Updates Fri May 30 06:00:06 PM CDT 2025

This commit is contained in:
mjallen18
2025-05-30 18:00:06 -05:00
parent 25c6d12ece
commit 783d1f6aba
2 changed files with 10 additions and 9 deletions

View File

@@ -165,6 +165,7 @@
nixpkgs = {
config = {
allowUnfree = lib.mkForce true;
allowUnsupportedSystem = true;
permittedInsecurePackages = [
# ...
];