aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--INSTALL.txt2
-rw-r--r--home-manager/home.nix2
2 files changed, 1 insertions, 3 deletions
diff --git a/INSTALL.txt b/INSTALL.txt
index 06786d6..3eba918 100644
--- a/INSTALL.txt
+++ b/INSTALL.txt
@@ -6,7 +6,6 @@ $ brew install \
neovim \
python \
ruby \
- tmux \
zsh \
;
@@ -41,7 +40,6 @@ $ sudo apt install \
neovim \
python-is-python3 \
ruby \
- tmux \
zsh \
;
diff --git a/home-manager/home.nix b/home-manager/home.nix
index 05f55c4..c24fb0a 100644
--- a/home-manager/home.nix
+++ b/home-manager/home.nix
@@ -32,7 +32,7 @@ in
pkgs.ripgrep
pkgs.ruby_3_1
pkgs.sqlite
- # pkgs.tmux
+ pkgs.tmux
pkgs.tokei
pkgs.tree
pkgs.zig