This commit is contained in:
Mikael 2024-07-30 22:07:55 +02:00
parent 8b0299df98
commit cd48c0cd39

View file

@ -7,7 +7,7 @@ let
repo = "firefox-csshacks";
rev = "7eca4b1050c4065130a2cf696302b4ef5d88d932";
sparseCheckout = [ "!/*" "/chrome" "/content" ];
hash = lib.fakeHash;
hash = "sha256-rk0jC5AMw41xt5yItY7CAxuYAFhoe5Jy2tvwgh59cPI=";
};
in lib.mkIf hardware.graphics.enable or hardware.opengl.enable {
programs.firefox = {