alejandro

This commit is contained in:
Charlie Root 2024-10-21 12:03:50 +02:00
commit 5643b88f61
Signed by: faukah
SSH key fingerprint: SHA256:jpYIt4Vkz1NBTQcks/N9OPTfTFxE6KF2W/rV7hrfrIw
2 changed files with 2 additions and 0 deletions

View file

@ -90,6 +90,7 @@ in {
nil = { nil = {
command = getExe pkgs.nil; command = getExe pkgs.nil;
# alejandro
config.nil.formatting.command = ["${getExe pkgs.alejandra}" "-q"]; config.nil.formatting.command = ["${getExe pkgs.alejandra}" "-q"];
}; };

View file

@ -15,6 +15,7 @@
global.excludes = ["*.png"]; global.excludes = ["*.png"];
}; };
programs = { programs = {
# alejandro
alejandra.enable = true; alejandra.enable = true;
shellcheck.enable = true; shellcheck.enable = true;