mirror of
https://github.com/blahai/nyx.git
synced 2025-02-23 15:35:09 +00:00
5 lines
83 B
Nix
5 lines
83 B
Nix
|
{
|
||
|
# print the URL instead on servers
|
||
|
environment.variables.BROWSER = "echo";
|
||
|
}
|