diff options
-rwxr-xr-x | machines/base.nix | 3 | ||||
-rw-r--r-- | machines/t14/hardware-configuration.nix | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/machines/base.nix b/machines/base.nix index 2585d0d..d30783d 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 fzf + fd fzf + translate-shell ]; console.font = "${pkgs.terminus_font}/share/consolefonts/ter-v22n"; diff --git a/machines/t14/hardware-configuration.nix b/machines/t14/hardware-configuration.nix index d4bd9e0..2f3af0a 100644 --- a/machines/t14/hardware-configuration.nix +++ b/machines/t14/hardware-configuration.nix @@ -1,7 +1,7 @@ # Do not modify this file! It was generated by ‘nixos-generate-config’ # and may be overwritten by future invocations. Please make changes # to /etc/nixos/configuration.nix instead. -{ config, lib, pkgs, modulesPath, ... }: +{ config, lib, modulesPath, ... }: { imports = |