about summary refs log tree commit diff
path: root/users/tazjin/nixos/tverskoy/default.nix
diff options
context:
space:
mode:
authorVincent Ambo <mail@tazj.in>2021-11-24T07·58+0300
committerVincent Ambo <mail@tazj.in>2021-11-24T07·58+0300
commita935570a22db6418da8b579b32a6fe3ace06d6ad (patch)
tree99c9bc12b0214996d373ca79be3b29308c288cd8 /users/tazjin/nixos/tverskoy/default.nix
parent4f1249e46fb816cfd299ae27385a63746f914c3f (diff)
feat(tazjin/tverskoy): Install some more frequently used tools r/3089
... rather than nix-shelling them every time.

Change-Id: I9ab6ad67efbd6c16c7fd8cc9938d86d35f8418bc
Diffstat (limited to 'users/tazjin/nixos/tverskoy/default.nix')
-rw-r--r--users/tazjin/nixos/tverskoy/default.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/users/tazjin/nixos/tverskoy/default.nix b/users/tazjin/nixos/tverskoy/default.nix
index 62dd8fe631..b691fce379 100644
--- a/users/tazjin/nixos/tverskoy/default.nix
+++ b/users/tazjin/nixos/tverskoy/default.nix
@@ -242,6 +242,7 @@ in lib.fix(self: {
 
     # programs from nixpkgs
     (with pkgs; [
+      amber
       bat
       chromium
       curl
@@ -255,6 +256,7 @@ in lib.fix(self: {
       file
       firefox
       gdb
+      gh
       git
       gnupg
       google-chrome
@@ -271,6 +273,7 @@ in lib.fix(self: {
       mullvad-vpn
       networkmanagerapplet
       nix-prefetch-github
+      nmap
       notmuch
       openssh
       openssl
@@ -289,11 +292,14 @@ in lib.fix(self: {
       scrot
       spotify
       syncthing
+      tig
       tokei
       tree
       unzip
       vlc
+      whois
       xsecurelock
+      zoxide
     ]);
 
     systemd.user.services.lieer-tazjin = {