change formatter to nixfmt-tree, reformat

This commit is contained in:
Vinzenz Schroeter 2025-09-12 23:51:00 +02:00
parent 14eb2e1aaa
commit 506aed82ff
4 changed files with 29 additions and 13 deletions

View file

@ -31,6 +31,6 @@
''ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEgN6J8KyVyQqBAz+y3drXDmIsxOPkdPB+ISgpIP9Eld Generated By Termius''
];
environment.systemPackages = with pkgs; [lact];
environment.systemPackages = with pkgs; [ lact ];
};
}