diff options
author | Alan Pearce | 2021-03-19 00:33:42 +0100 |
---|---|---|
committer | Alan Pearce | 2021-03-19 00:33:42 +0100 |
commit | 0fa0aee97068a89249a42924710e2c228e257d68 (patch) | |
tree | 870e1beff57ea3f403dedd5483b0f70f137c7035 /user/settings | |
parent | 5901b79097c2c328412875c10b7b7bc19f0af269 (diff) | |
download | nixfiles-0fa0aee97068a89249a42924710e2c228e257d68.tar.lz nixfiles-0fa0aee97068a89249a42924710e2c228e257d68.tar.zst nixfiles-0fa0aee97068a89249a42924710e2c228e257d68.zip |
dev/base: enable shell auto-formatting
Diffstat (limited to 'user/settings')
-rw-r--r-- | user/settings/development/base.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/user/settings/development/base.nix b/user/settings/development/base.nix index a8900ab5..4a0994c4 100644 --- a/user/settings/development/base.nix +++ b/user/settings/development/base.nix @@ -2,6 +2,7 @@ { home.packages = with pkgs; [ shellcheck + shfmt editorconfig-core-c python3Packages.yamllint |