mirror of
https://github.com/nix-community/home-manager
synced 2024-11-01 08:49:44 +01:00
592da767bd
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`.
1 line
21 B
Nix
1 line
21 B
Nix
{ nnn = ./nnn.nix; }
|