Skip to content

Commit cb77d7f

Browse files
committed
Enable tmux with plugins
Basically, replace TPM with Nix.
1 parent 875a023 commit cb77d7f

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

machines/superstrizh/configuration.nix

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,17 @@
129129

130130
services.eternal-terminal.enable = true;
131131
programs.mosh.enable = true;
132+
programs.tmux.enable = true;
133+
programs.tmux.plugins = with pkgs.tmuxPlugins; [
134+
sensible
135+
pain-control
136+
resurrect
137+
continuum
138+
sidebar
139+
prefix-highlight
140+
tmux-thumbs
141+
];
142+
132143
programs.fish.enable = true;
133144
programs.gnupg.agent = {
134145
enable = true;

0 commit comments

Comments
 (0)