Move shfmt to the correct location

This commit is contained in:
Andreas Zweili 2023-08-28 16:00:46 +02:00
parent 67c69fcb36
commit 607c0a0e7d
1 changed files with 1 additions and 1 deletions

View File

@ -14,6 +14,7 @@ in
unstable.nixd # Nix language server
pandoc
ripgrep
shfmt # formatting bash scripts
silver-searcher
xclip # X11 clipboard from terminal
];
@ -108,7 +109,6 @@ in
languagetool
mu # needed for mailing
rufo # formatter for Ruby
shfmt # formatting bash scripts
];
};
home.file.".emacs.d/init.el".source = ./emacs.d/init.el;