diff options
author | Vincent Ambo <mail@tazj.in> | 2021-03-22T20·38+0200 |
---|---|---|
committer | tazjin <mail@tazj.in> | 2021-03-22T20·41+0000 |
commit | 2f6f129b2263a79917374aed8772fb07d4504ea8 (patch) | |
tree | 9213346f50bbdf84b13f5e61cfab8d527d615cfb | |
parent | 1c719cdc145d5d3055dada5132f61364946d6e15 (diff) |
chore(tazjin/tverskoy): Install dnsutils and mosh r/2317
Change-Id: I3d3a7543dbd09f68890d9daa6ac38c9afa49d35d Reviewed-on: https://cl.tvl.fyi/c/depot/+/2639 Tested-by: BuildkiteCI Reviewed-by: tazjin <mail@tazj.in>
-rw-r--r-- | users/tazjin/nixos/tverskoy/default.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/users/tazjin/nixos/tverskoy/default.nix b/users/tazjin/nixos/tverskoy/default.nix index d4f54e3dffde..fb84fd7281eb 100644 --- a/users/tazjin/nixos/tverskoy/default.nix +++ b/users/tazjin/nixos/tverskoy/default.nix @@ -197,6 +197,7 @@ in lib.fix(self: { chromium curl direnv + dnsutils emacs27-nox # emacsclient exa fd @@ -211,6 +212,7 @@ in lib.fix(self: { imagemagick jq manpages + mosh msmtp mullvad-vpn networkmanagerapplet |