fix firefox

This commit is contained in:
Motiejus Jakštys 2024-03-06 09:11:48 +02:00
parent a6dda3956c
commit b31dff0451
1 changed files with 4 additions and 0 deletions

View File

@ -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;