nix

configuration files that power my machines
Log | Files | Refs | README | LICENSE

tmuxconf.nix (46B)


      1 {homeDir, ...}: ''
      2   ${homeDir}/.tmux.conf
      3 ''