make the tmux shortcut be different on server
Some checks failed
use nix / build (push) Failing after 3m47s

This commit is contained in:
Cyryl Płotnicki 2024-08-25 15:07:56 +01:00
parent 7102912381
commit 2484d5ae38

View file

@ -40,4 +40,5 @@
createHome = true;
shell = pkgs.zsh;
};
home-manager.users.cyryl = {...}: {programs.tmux.shortcut = lib.mkForce "b";};
}