Skip to content

Commit

Permalink
Update flake and enable tmux again
Browse files Browse the repository at this point in the history
  • Loading branch information
arunoruto committed Nov 25, 2024
1 parent f16d065 commit 7752e4b
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 29 deletions.
48 changes: 24 additions & 24 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion modules/home-manager/server/cli/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# ./dprint
# ./nvim
./helix
# ./tmux
./tmux
./bat.nix
# ./btop.nix
./editorconfig.nix
Expand Down
8 changes: 4 additions & 4 deletions modules/home-manager/server/cli/tmux/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@

programs.tmux = {
enable = true;
package = pkgs.unstable.tmux;
# package = pkgs.unstable.tmux;
clock24 = true;
shortcut = "Space";
terminal = "screen-256color";
keyMode = "vi";
mouse = true;
baseIndex = 1;
plugins = with pkgs; [
plugins = with pkgs.tmuxPlugins; [
# {
# plugin = tmuxPlugins.continuum;
# extraConfig = ''
Expand All @@ -29,8 +29,8 @@
# set -g @resurrect-capture-pane-contents 'on'
# '';
# }
tmuxPlugins.yank
tmuxPlugins.vim-tmux-navigator
yank
vim-tmux-navigator
];
extraConfig = ''
# Make TMUX work with yazi
Expand Down

0 comments on commit 7752e4b

Please sign in to comment.