refactor: foldered a bunch of packages

This commit is contained in:
Nick 2024-11-20 17:47:07 -06:00
parent 18258dec54
commit 6196e80d62
27 changed files with 278 additions and 223 deletions

View file

@ -0,0 +1,31 @@
{
languages = {
language = [
{
auto-format = true;
formatter.command = "alejandra";
name = "nix";
}
{
auto-format = true;
formatter.command = "haskell";
name = "haskell";
}
{
auto-format = true;
formatter.command = "cssfmt";
name = "css";
}
{
auto-format = true;
formatter.command = "yuck";
name = "yuck";
}
{
auto-format = true;
formatter.command = "yamlfmt";
name = "yaml";
}
];
};
}