diff options
Diffstat (limited to 'machines/base.nix')
-rwxr-xr-x | machines/base.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/machines/base.nix b/machines/base.nix index 58d91f0..a00f178 100755 --- a/machines/base.nix +++ b/machines/base.nix @@ -15,7 +15,8 @@ wget vim curl htop file stdenv git zip unzip dnsutils ripgrep jq - any-nix-shell fd + any-nix-shell fd fzf + translate-shell ]; console.font = "${pkgs.terminus_font}/share/consolefonts/ter-v22n"; |