diff options
author | Vincent Ambo <mail@tazj.in> | 2021-11-24T07·58+0300 |
---|---|---|
committer | Vincent Ambo <mail@tazj.in> | 2021-11-24T07·58+0300 |
commit | a935570a22db6418da8b579b32a6fe3ace06d6ad (patch) | |
tree | 99c9bc12b0214996d373ca79be3b29308c288cd8 /users | |
parent | 4f1249e46fb816cfd299ae27385a63746f914c3f (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')
-rw-r--r-- | users/tazjin/nixos/tverskoy/default.nix | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/users/tazjin/nixos/tverskoy/default.nix b/users/tazjin/nixos/tverskoy/default.nix index 62dd8fe631d2..b691fce3796a 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 = { |