Reformat using nixpkgs-fmt
This commit is contained in:
parent
368ed0797d
commit
5a734099bf
36 changed files with 209 additions and 168 deletions
modules/home
|
@ -2,7 +2,8 @@
|
|||
with lib;
|
||||
let
|
||||
cfg = config.dadada.home.tmux;
|
||||
in {
|
||||
in
|
||||
{
|
||||
options.dadada.home.tmux = {
|
||||
enable = mkEnableOption "Enable tmux config";
|
||||
};
|
||||
|
@ -11,10 +12,10 @@ in {
|
|||
enable = true;
|
||||
terminal = "xterm-256color";
|
||||
extraConfig = ''
|
||||
set -g status on
|
||||
set-option -g set-titles on
|
||||
set-option -g automatic-rename on
|
||||
set-window-option -g mode-keys vi
|
||||
set -g status on
|
||||
set-option -g set-titles on
|
||||
set-option -g automatic-rename on
|
||||
set-window-option -g mode-keys vi
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue