Files
nix-config/systems/modules/home/programs/tmux.nix

9 lines
83 B
Nix

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