fix(browser): set 'BROWSER' environment variable based on nix config
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user