aboutsummaryrefslogtreecommitdiffstats
path: root/modules/home/tmux.nix
blob: 473ce5e8883ea373d26468eb5d870dbc4afd775a (plain)
1
2
3
4
5
{ ... }:

{
  home.file.".tmux.conf".source = ../../tmux/.tmux.conf;
}