add statix and deadnix to nixdirfmt
This commit is contained in:
parent
51e8921e96
commit
1426807bb0
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue