From 4a718a6bef05ed8ba796fb69c3466cbdeec9cfb0 Mon Sep 17 00:00:00 2001 From: NullBite Date: Thu, 29 Feb 2024 20:05:28 -0500 Subject: [PATCH] install tmux --- home/profile/base.nix | 1 + system/profile/base.nix | 1 + 2 files changed, 2 insertions(+) diff --git a/home/profile/base.nix b/home/profile/base.nix index 310a321..d10f221 100644 --- a/home/profile/base.nix +++ b/home/profile/base.nix @@ -42,6 +42,7 @@ in btop fzf zoxide + tmux ]; }; } diff --git a/system/profile/base.nix b/system/profile/base.nix index be54adf..adec07c 100644 --- a/system/profile/base.nix +++ b/system/profile/base.nix @@ -41,6 +41,7 @@ in # $ nix search wget environment.systemPackages = with pkgs; [ neovim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default. + tmux wget curl git