tangled
alpha
login
or
join now
wiro.world
/
dotfiles
2
fork
atom
yep, more dotfiles
2
fork
atom
overview
issues
1
pulls
1
pipelines
firefox: fix browser env var
wiro.world
4 months ago
f1e4fc76
c4133975
verified
This commit was signed with the committer's
known signature
.
wiro.world
SSH Key Fingerprint:
SHA256:SmMcWpNAnL+VAgItSawvXgdPVn7f1rsyAuB/5VNclKY=
+1
-1
1 changed file
expand all
collapse all
unified
split
home-manager
fragments
firefox.nix
+1
-1
home-manager/fragments/firefox.nix
···
78
78
];
79
79
80
80
config = lib.mkIf cfg.enable {
81
81
-
home.sessionVariables.BROWSER = lib.getExe pkgs.firefox;
81
81
+
home.sessionVariables.BROWSER = lib.getExe config.programs.zen-browser.package;
82
82
83
83
stylix.targets.firefox = {
84
84
enable = false;