1 tv wu: systemPackages += ff
This commit is contained in:
parent
3197897292
commit
f811bc0144
@ -29,6 +29,12 @@ in
|
|||||||
Zpkgs.genid
|
Zpkgs.genid
|
||||||
Zpkgs.hashPassword
|
Zpkgs.hashPassword
|
||||||
Zpkgs.lentil
|
Zpkgs.lentil
|
||||||
|
(pkgs.writeScriptBin "ff" ''
|
||||||
|
#! ${pkgs.bash}/bin/bash
|
||||||
|
exec sudo -u ff -i <<EOF
|
||||||
|
exec ${pkgs.firefoxWrapper}/bin/firefox $(printf " %q" "$@")
|
||||||
|
EOF
|
||||||
|
'')
|
||||||
|
|
||||||
# root
|
# root
|
||||||
cryptsetup
|
cryptsetup
|
||||||
@ -363,7 +369,6 @@ in
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
nixpkgs.config.firefox.enableAdobeFlash = true;
|
|
||||||
nixpkgs.config.chromium.enablePepperFlash = true;
|
nixpkgs.config.chromium.enablePepperFlash = true;
|
||||||
|
|
||||||
nixpkgs.config.allowUnfree = true;
|
nixpkgs.config.allowUnfree = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user