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 = {
overlays = builtins.attrValues outputs.overlays;
config = {
allowUnfree = true;
};
config.allowUnfree = true;
};
services = {