From ccba6a6b6e6b4811309c77f55a66d521477e2ee6 Mon Sep 17 00:00:00 2001 From: albert Date: Thu, 14 Mar 2024 14:08:10 +0900 Subject: [PATCH] Add tmux --- nixos/default.nix | 1 + nixos/minimal.nix | 1 + nixos/small.nix | 1 + 3 files changed, 3 insertions(+) diff --git a/nixos/default.nix b/nixos/default.nix index a3fbb78e..20d58a46 100644 --- a/nixos/default.nix +++ b/nixos/default.nix @@ -25,6 +25,7 @@ # List packages installed in system profile environment.systemPackages = with pkgs; [ + tmux # terminal multiplexer rbw # CLI app for Bitwarden nfs-utils # nfs network share tools nixfmt # Formatting nix output diff --git a/nixos/minimal.nix b/nixos/minimal.nix index b3e98a4d..cb178c60 100644 --- a/nixos/minimal.nix +++ b/nixos/minimal.nix @@ -15,6 +15,7 @@ # List packages installed in system profile environment.systemPackages = with pkgs; [ + tmux dconf ripgrep sbctl diff --git a/nixos/small.nix b/nixos/small.nix index 6d121bf6..2eb1dbf5 100644 --- a/nixos/small.nix +++ b/nixos/small.nix @@ -22,6 +22,7 @@ # List packages installed in system profile environment.systemPackages = with pkgs; [ + tmux rbw dconf ripgrep