home-manager/programs/browser: add BROWSER variable
This commit is contained in:
parent
c7d09bcd5b
commit
fb51921f26
1 changed files with 1 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
|||
{
|
||||
imports = [./firefox.nix];
|
||||
home.sessionVariables.BROWSER = "firefox";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue