nyx/modules/profiles/headless/environment.nix

4 lines
83 B
Nix

{
# print the URL instead on servers
environment.variables.BROWSER = "echo";
}