diff options
author | David Morgan <djm_uk@protonmail.com> | 2024-09-10 09:45:40 +0100 |
---|---|---|
committer | David Morgan <djm_uk@protonmail.com> | 2024-09-10 09:45:40 +0100 |
commit | cc4f42191fab63c765be92b5114c9e6684f825d6 (patch) | |
tree | 8e5380ca4a08fc0fef54b213f272729b11daebd8 /nix-conf | |
parent | 42f9d7eb0a36c54cf6a99ec19a46eee9a57deeee (diff) | |
download | dotfiles-cc4f42191fab63c765be92b5114c9e6684f825d6.tar.gz |
Add prettybat, yq and shfmt
Diffstat (limited to 'nix-conf')
-rw-r--r-- | nix-conf/home/includes/common.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/nix-conf/home/includes/common.nix b/nix-conf/home/includes/common.nix index 5e32b95..cc0641f 100644 --- a/nix-conf/home/includes/common.nix +++ b/nix-conf/home/includes/common.nix @@ -86,6 +86,7 @@ in ripgrep rlwrap sd + shfmt sops ssh-to-age tealdeer @@ -95,6 +96,7 @@ in uni unzip w3m + yq zstd unstable.nixfmt-rfc-style @@ -109,6 +111,7 @@ in batman batwatch batpipe + prettybat ]; config = { style = "full"; |