diff options
Diffstat (limited to 'machines')
-rwxr-xr-x | machines/base.nix | 2 | ||||
-rw-r--r-- | machines/t14/default.nix | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/machines/base.nix b/machines/base.nix index a00f178..306fcaf 100755 --- a/machines/base.nix +++ b/machines/base.nix @@ -14,7 +14,7 @@ environment.systemPackages = with pkgs; [ wget vim curl htop file stdenv git zip unzip - dnsutils ripgrep jq + dnsutils ripgrep any-nix-shell fd fzf translate-shell ]; diff --git a/machines/t14/default.nix b/machines/t14/default.nix index 9dc4265..d2a41a8 100644 --- a/machines/t14/default.nix +++ b/machines/t14/default.nix @@ -7,6 +7,7 @@ ../x220-gnome/pass.nix ./hardware-configuration.nix ../x220-gnome/pn.nix + ../../modules/appset-dev.nix ]; # Enable networking |