1 tv wu: systemPackages += ff

This commit is contained in:
tv 2015-07-26 14:03:39 +02:00
parent 3197897292
commit f811bc0144

View File

@ -29,6 +29,12 @@ in
Zpkgs.genid
Zpkgs.hashPassword
Zpkgs.lentil
(pkgs.writeScriptBin "ff" ''
#! ${pkgs.bash}/bin/bash
exec sudo -u ff -i <<EOF
exec ${pkgs.firefoxWrapper}/bin/firefox $(printf " %q" "$@")
EOF
'')
# root
cryptsetup
@ -363,7 +369,6 @@ in
};
};
nixpkgs.config.firefox.enableAdobeFlash = true;
nixpkgs.config.chromium.enablePepperFlash = true;
nixpkgs.config.allowUnfree = true;