fix(browser): set 'BROWSER' environment variable based on nix config

This commit is contained in:
2026-04-15 20:22:51 +02:00
committed by hektor
parent 6b43660491
commit 0e27b181ad

View File

@@ -1,4 +1,4 @@
{ lib, ... }: { config, lib, ... }:
{ {
options.browser = { options.browser = {
@@ -23,6 +23,8 @@
}; };
}; };
config.home.sessionVariables.BROWSER = config.browser.primary;
imports = [ imports = [
./firefox.nix ./firefox.nix
./librewolf.nix ./librewolf.nix