add statix and deadnix to nixdirfmt
This commit is contained in:
parent
51e8921e96
commit
1426807bb0
|
@ -9,14 +9,14 @@ in {
|
||||||
programs.zsh = {
|
programs.zsh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
syntaxHighlighting.enable = true;
|
syntaxHighlighting.enable = true;
|
||||||
enableAutosuggestions = true;
|
autosuggestion.enable = true;
|
||||||
oh-my-zsh = {
|
oh-my-zsh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
theme = "afowler";
|
theme = "afowler";
|
||||||
plugins = [];
|
plugins = [];
|
||||||
};
|
};
|
||||||
shellAliases = {
|
shellAliases = {
|
||||||
nixdirfmt = "alejandra .";
|
nixdirfmt = "alejandra . && statix fix . && deadnix -e .";
|
||||||
tar = "bsdtar";
|
tar = "bsdtar";
|
||||||
exa = "eza";
|
exa = "eza";
|
||||||
eza = "eza --time-style long-iso";
|
eza = "eza --time-style long-iso";
|
||||||
|
|
Loading…
Reference in a new issue