1
1
mirror of https://github.com/NixOS/mobile-nixos.git synced 2024-12-16 03:32:02 +03:00

examples/demo: Add file

This commit is contained in:
Samuel Dionne-Riel 2020-12-15 14:56:39 -05:00
parent cfb12d53c9
commit 350e5a7fff

View File

@ -53,6 +53,7 @@ in
environment.systemPackages = with pkgs; [
dtc
file
(writeShellScriptBin "firefox" ''
export MOZ_USE_XINPUT2=1
exec ${pkgs.firefox}/bin/firefox "$@"