We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 875a023 commit cb77d7fCopy full SHA for cb77d7f
machines/superstrizh/configuration.nix
@@ -129,6 +129,17 @@
129
130
services.eternal-terminal.enable = true;
131
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
+
143
programs.fish.enable = true;
144
programs.gnupg.agent = {
145
enable = true;
0 commit comments