formatted nixpkgs settings

This commit is contained in:
2025-01-19 14:37:27 -05:00
parent c87e653ad7
commit 14a312dd0f

View File

@@ -37,9 +37,7 @@
nixpkgs = { nixpkgs = {
overlays = builtins.attrValues outputs.overlays; overlays = builtins.attrValues outputs.overlays;
config = { config.allowUnfree = true;
allowUnfree = true;
};
}; };
services = { services = {