aboutsummaryrefslogtreecommitdiff
path: root/tests/modules/programs/tmux (follow)
Commit message (Collapse)AuthorAgeFilesLines
* tmux: reorder tmux.conf contentJohannes Rosenberger2020-04-273-4/+1
| | | | | | | In particular, put `extraConfig` in the end, which enables overriding of all settings, even plugin settings. PR #945
* tmux: use stable plugin names (name -> pname)Johannes Rosenberger2020-04-261-0/+8
| | | | PR #1195
* tests: improve test purityRobert Helgesson2020-04-242-8/+2
| | | | | | | | | Before the XDG variables would be set from the user's environment, if available. This would break some tests. With this change the tests should be fully deterministic. Fixes #1190
* tmux: fix broken test caseRobert Helgesson2020-04-151-8/+0
|
* Update nixfmt and apply to a few more filesRobert Helgesson2020-04-062-4/+4
|
* Apply `nixfmt` on many filesRobert Helgesson2020-02-021-3/+1
|
* tests: reduce number of downloadsRobert Helgesson2019-10-264-41/+50
| | | | | | This replaces some derivation outputs by simple strings rather than full Nix store paths. This removes the need to download the whole derivation when all we need is a static string.
* tmux: Disable confirmation promptSebastián Estrella2019-06-055-0/+64
|
* tests: bump nmt versionRobert Helgesson2019-05-061-1/+1
|
* programs.tmux: implement secureSocketWael M. Nasreddine2019-04-043-0/+23
|
* tmux: general improvements and added optionsWael M. Nasreddine2019-02-136-0/+170
See #575 for discussion.