fix firefox
This commit is contained in:
parent
a6dda3956c
commit
b31dff0451
@ -46,6 +46,10 @@
|
|||||||
)
|
)
|
||||||
{};
|
{};
|
||||||
glintel = mkWrapped pkgs.nixgl.nixGLIntel;
|
glintel = mkWrapped pkgs.nixgl.nixGLIntel;
|
||||||
|
firefox =
|
||||||
|
if (pkgs.stdenv.hostPlatform.system == "x86_64-linux")
|
||||||
|
then pkgs.firefox-bin
|
||||||
|
else pkgs.firefox;
|
||||||
in {
|
in {
|
||||||
home = {
|
home = {
|
||||||
inherit stateVersion username;
|
inherit stateVersion username;
|
||||||
|
Loading…
Reference in New Issue
Block a user