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

6 lines
51 B
Nix

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