Files
nix-config/systems/modules/home/programs/tmux.nix
2026-06-16 18:13:56 +02:00

9 lines
82 B
Nix

{ pkgs, ... }:
{
programs.tmux = {
enable = true;
mouse = true;
};
}