diff options
author | Alan Pearce | 2019-11-26 12:23:38 +0100 |
---|---|---|
committer | Alan Pearce | 2019-11-26 12:23:38 +0100 |
commit | 8bdea73adc7e5df81b23cd64a1a1a3ad1f7f98df (patch) | |
tree | e467cf0ccea2096c25efd531bb9c78767e3f075a | |
parent | 380dcc5c148fb58a475e281f46aec446d866c1ff (diff) | |
download | nixfiles-8bdea73adc7e5df81b23cd64a1a1a3ad1f7f98df.tar.lz nixfiles-8bdea73adc7e5df81b23cd64a1a1a3ad1f7f98df.tar.zst nixfiles-8bdea73adc7e5df81b23cd64a1a1a3ad1f7f98df.zip |
satoshipad: set browser to Firefox Developer Edition
-rw-r--r-- | user/satoshipad.nix | 1 |
1 files changed, 1 insertions, 0 deletions
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 = { |