Gnome & Equibop static after update

Each workspace has a different weird static on it. And Equibop’s font is all messed up. All of this is happening since the last update I did on nixos-unstable.
I have tried disabling all extensions and switching to a different user.
Here’s the Nixpkgs attrset from my /etc/nixos/flake.lock:

"nixpkgs": {
      "locked": {
        "lastModified": 1778443072,
        "narHash": "sha256-zi7/fsqM/kFdNuED//4WOCUtezGtKKqRNORjMvfwjnA=",
        "owner": "NixOS",
        "repo": "nixpkgs",
        "rev": "da5ad661ba4e5ef59ba743f0d112cbc30e474f32",
        "type": "github"
      },
      "original": {
        "owner": "NixOS",
        "ref": "nixos-unstable",
        "repo": "nixpkgs",
        "type": "github"
      }
    }

And if I switch to a different workspace and come back to the default one, the static gets worse:

I tried the same configuration and home directory (copied from the problematic host), and the issue does not persist

The issue was on all Electron apps. Some update today solved it.

"nixpkgs": {
      "locked": {
        "lastModified": 1780749050,
        "narHash": "sha256-3av0pIjlOWQ6rDbNOmpUSvbNnJkGORQKKjb4LtCZsIY=",
        "owner": "NixOS",
        "repo": "nixpkgs",
        "rev": "a799d3e3886da994fa307f817a6bc705ae538eeb",
        "type": "github"
      },
      "original": {
        "owner": "NixOS",
        "ref": "nixos-unstable",
        "repo": "nixpkgs",
        "type": "github"
      }
    }

This is the solved commit in case anyone else also faces the same problem