add statix and deadnix to nixdirfmt

This commit is contained in:
chaos 2024-03-19 15:13:25 +00:00
parent 51e8921e96
commit 1426807bb0
No known key found for this signature in database

View file

@ -9,14 +9,14 @@ in {
programs.zsh = {
enable = true;
syntaxHighlighting.enable = true;
enableAutosuggestions = true;
autosuggestion.enable = true;
oh-my-zsh = {
enable = true;
theme = "afowler";
plugins = [];
};
shellAliases = {
nixdirfmt = "alejandra .";
nixdirfmt = "alejandra . && statix fix . && deadnix -e .";
tar = "bsdtar";
exa = "eza";
eza = "eza --time-style long-iso";