make the tmux shortcut be different on server
Some checks failed
use nix / build (push) Failing after 3m47s
Some checks failed
use nix / build (push) Failing after 3m47s
This commit is contained in:
parent
7102912381
commit
2484d5ae38
1 changed files with 1 additions and 0 deletions
|
@ -40,4 +40,5 @@
|
||||||
createHome = true;
|
createHome = true;
|
||||||
shell = pkgs.zsh;
|
shell = pkgs.zsh;
|
||||||
};
|
};
|
||||||
|
home-manager.users.cyryl = {...}: {programs.tmux.shortcut = lib.mkForce "b";};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue