home: move tmux to home-manager
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
440f4e8754
commit
824ba2f9dc
2 changed files with 10 additions and 1 deletions
|
@ -79,6 +79,16 @@
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
tmux = {
|
||||||
|
enable = true;
|
||||||
|
prefix = "C-a";
|
||||||
|
extraConfig = ''
|
||||||
|
set -g mouse on
|
||||||
|
set-option -g set-titles on
|
||||||
|
set-option -g set-titles-string "#W"
|
||||||
|
'';
|
||||||
|
};
|
||||||
|
|
||||||
alot.enable = true;
|
alot.enable = true;
|
||||||
gpg.enable = true;
|
gpg.enable = true;
|
||||||
home-manager.enable = true;
|
home-manager.enable = true;
|
||||||
|
|
|
@ -56,7 +56,6 @@
|
||||||
silver-searcher
|
silver-searcher
|
||||||
smartmontools
|
smartmontools
|
||||||
sysstat
|
sysstat
|
||||||
tmux
|
|
||||||
tree
|
tree
|
||||||
usbutils
|
usbutils
|
||||||
virt-manager
|
virt-manager
|
||||||
|
|
Loading…
Reference in a new issue