1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-13 10:13:39 +02:00
home-manager/tests/modules/programs/nnn
Thiago Kenji Okada 592da767bd
nnn: init (#2368)
nnn is a terminal file manager.

It is configured mostly using environment variables, so the way I
found it to avoid needing to write either shell specific code or
using `home.sessionVariables` (that would need to make the user
relogin at every configuration change) is to wrap the program using
`wrapProgram`.
2021-10-05 19:14:52 -04:00
..
plugins nnn: init (#2368) 2021-10-05 19:14:52 -04:00
default.nix nnn: init (#2368) 2021-10-05 19:14:52 -04:00
nnn.nix nnn: init (#2368) 2021-10-05 19:14:52 -04:00