maid/treefmt.nix
Christina Sørensen 2c3e9aa0cf
chore: publish
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2023-09-25 07:41:23 +02:00

15 lines
446 B
Nix

{
projectRootFile = "flake.nix";
programs = {
alejandra.enable = true; # nix
ormolu.enable = true; # Haskell
#rustfmt.enable = true; # rust
#shellcheck.enable = true; # bash/shell
#deadnix.enable = true; # find dead nix code
#taplo.enable = true; # toml
#yamlfmt.enable = true; # yaml
};
#settings = {
# formatter.ormolu.includes = ["*.hs" "./config/xmonad/*"];
# formatter.ormolu.includes = ["*.hs" };
}