about summary refs log tree commit diff
diff options
context:
space:
mode:
-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 = {