diff options
author | tv <tv@krebsco.de> | 2025-03-03 13:00:34 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2025-03-03 13:00:34 +0100 |
commit | 239819e7c13bac8a11ddfb9ea27127b3d3e9a978 (patch) | |
tree | 482b4bdcfa30b91f00f5f333a303c6d557e48bcf /pkgs/simple | |
parent | 16cfecaa40f4ca2e0389ea7f3200b674231ce209 (diff) |
ff: firefox -> librewolf
Diffstat (limited to 'pkgs/simple')
-rw-r--r-- | pkgs/simple/ff.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/simple/ff.nix b/pkgs/simple/ff.nix index b6022c6..355c3ec 100644 --- a/pkgs/simple/ff.nix +++ b/pkgs/simple/ff.nix @@ -4,5 +4,5 @@ pkgs.writeDashBin "ff" '' case $TOUCHSCREEN in 1) export MOZ_USE_XINPUT2=1 esac - exec ${pkgs.firefox}/bin/firefox "$@" + exec ${lib.getExe pkgs.librewolf} "$@" '' |