Try to fix default browser foo
This commit is contained in:
parent
e566cf24c8
commit
e297797a85
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
||||||
programs.zen-browser = (import ./_base.nix args) // { package = pkgs.my.zen-browser; };
|
programs.zen-browser = (import ./_base.nix args) // { package = pkgs.my.zen-browser; };
|
||||||
|
|
||||||
home.sessionVariables = {
|
home.sessionVariables = {
|
||||||
BROWSER = "zen-browser";
|
BROWSER = "${pkgs.my.zen-browser}/bin/zen-browser";
|
||||||
MOZ_USE_XINPUT2 = "1";
|
MOZ_USE_XINPUT2 = "1";
|
||||||
MOZ_ENABLE_WAYLAND = "1";
|
MOZ_ENABLE_WAYLAND = "1";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue