Files
nixos_configs/modules/home-manager/tmux.nix
2025-10-22 16:59:40 +02:00

8 lines
71 B
Nix

{
programs.tmux = {
enable = true;
prefix = "ö";
};
}