misc.nix: formatting

This commit is contained in:
Gerg-L 2024-12-11 20:15:20 -05:00
parent 0623dd11e1
commit 4d7eaf72e7
Signed by: gerg-l
SSH key fingerprint: SHA256:FPYDHIkvMocr4wdmZXpgpJjsb2Tw6rASs2ISPbOb0KI

View file

@ -11,12 +11,10 @@
};
config = {
nixpkgs = {
config = {
nixpkgs.config = {
allowAliases = false;
allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) config.local.allowedUnfree;
};
};
programs.git.enable = true;
# Mr sandro why