From b73b6159e82589667985792c23c9510fdf15122a Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Mon, 18 Feb 2019 01:06:58 +0000 Subject: environment.variables: set BROWSER to firefox --- modules/workstation/windowing/firefox/default.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'modules/workstation/windowing/firefox') diff --git a/modules/workstation/windowing/firefox/default.nix b/modules/workstation/windowing/firefox/default.nix index 5d363b55b7e8..bef70ed02f30 100644 --- a/modules/workstation/windowing/firefox/default.nix +++ b/modules/workstation/windowing/firefox/default.nix @@ -8,4 +8,6 @@ ''; environment.systemPackages = with pkgs; [ firefox ]; + + environment.variables.BROWSER = "firefox"; } -- cgit 1.4.1