From 8bdea73adc7e5df81b23cd64a1a1a3ad1f7f98df Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Tue, 26 Nov 2019 12:23:38 +0100 Subject: satoshipad: set browser to Firefox Developer Edition --- user/satoshipad.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/user/satoshipad.nix b/user/satoshipad.nix index e20a8931..445f28a3 100644 --- a/user/satoshipad.nix +++ b/user/satoshipad.nix @@ -24,6 +24,7 @@ ]; home.sessionVariables.EMAIL = "alan@satoshipay.io"; + home.sessionVariables.BROWSER = "firefox-devedition"; xsession.windowManager.i3 = { config = { -- cgit 1.4.1