home-manager/programs/browser: add BROWSER variable

This commit is contained in:
Anthony Rodriguez 2024-12-19 17:48:43 +01:00
parent c7d09bcd5b
commit fb51921f26
Signed by: nezia
GPG key ID: EE3BE97C040A86CE

View file

@ -1,3 +1,4 @@
{
imports = [./firefox.nix];
home.sessionVariables.BROWSER = "firefox";
}