6 lines
87 B
Nix
6 lines
87 B
Nix
|
{ pkgs }:
|
||
|
|
||
|
pkgs.writeDashBin "ff" ''
|
||
|
exec ${pkgs.firefoxWrapper}/bin/firefox "$@"
|
||
|
''
|