Files
home-manager/programs/tmux.nix
2026-01-23 23:31:36 +01:00

6 lines
51 B
Nix

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