diff options
author | Vincent Ambo <mail@tazj.in> | 2020-06-22T22·46+0100 |
---|---|---|
committer | tazjin <mail@tazj.in> | 2020-06-22T22·46+0000 |
commit | de5db029e8943c8d55409fba9ce7cf8bc4dd9382 (patch) | |
tree | fec9effd66a2607b9e60a5a14a7cf5952cbf573f /users/tazjin | |
parent | 6851e435d842861e5f1efb030512a195968489ba (diff) |
feat(tazjin/frog): Install a variety of other tools r/1065
These are all things I constantly nix-shell into my environment. Maybe they should just be part of it. Change-Id: Ic0b738d12fae70900629c79764c7d8c323e71bb1 Reviewed-on: https://cl.tvl.fyi/c/depot/+/560 Reviewed-by: tazjin <mail@tazj.in>
Diffstat (limited to 'users/tazjin')
-rw-r--r-- | users/tazjin/nixos/frog/default.nix | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/users/tazjin/nixos/frog/default.nix b/users/tazjin/nixos/frog/default.nix index 644381c4f493..478c3882981b 100644 --- a/users/tazjin/nixos/frog/default.nix +++ b/users/tazjin/nixos/frog/default.nix @@ -220,6 +220,7 @@ in depot.lib.fix(self: { emacs26 # mostly for emacsclient exa fd + file gnupg go google-chrome @@ -227,6 +228,7 @@ in depot.lib.fix(self: { htop hyperfine i3lock + iftop imagemagick jq kubectl @@ -235,7 +237,7 @@ in depot.lib.fix(self: { msmtp nix-prefetch-github notmuch - obs + obs-studio obs-v4l2sink openssh openssl @@ -244,6 +246,7 @@ in depot.lib.fix(self: { pciutils pinentry pinentry-emacs + pmutils pwgen ripgrep rr @@ -252,9 +255,11 @@ in depot.lib.fix(self: { spotify steam tokei + transmission tree unzip usbutils + v4l-utils vlc xclip yubico-piv-tool |