formatter: Remove exception for aliases.nix

This commit is contained in:
SebastianStork 2026-02-15 19:43:01 +01:00
parent 36a1e21a00
commit 46971d7b57
Signed by: SebastianStork
SSH key fingerprint: SHA256:tRrGdjYOwgHxpSc/wTOZQZEjxcb15P0tyXRsbAfd+2Q
2 changed files with 53 additions and 12 deletions

View file

@ -11,7 +11,6 @@
prettier.enable = true;
just.enable = true;
};
settings.formatter.nixfmt.excludes = [ "modules/home/programs/shell/aliases.nix" ];
}).config.build.wrapper;
};
}