Created
March 8, 2026 17:33
-
-
Save naranyala/cfd6877115d42db41487791e3edd7080 to your computer and use it in GitHub Desktop.
install chromium deps on nixos
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ...previous config | |
| ## chromium fix | |
| programs.nix-ld.enable = true; | |
| programs.nix-ld.libraries = with pkgs; [ | |
| nspr | |
| nss | |
| libdrm | |
| mesa | |
| alsa-lib | |
| atk | |
| at-spi2-atk | |
| at-spi2-core | |
| cairo | |
| cups | |
| dbus | |
| expat | |
| fontconfig | |
| freetype | |
| gdk-pixbuf | |
| glib | |
| gtk3 | |
| libGL | |
| pango | |
| pciutils | |
| udev | |
| libdrm | |
| libgbm | |
| libxkbcommon | |
| xorg.libxcb | |
| xorg.libX11 | |
| xorg.libXcomposite | |
| xorg.libXcursor | |
| xorg.libXdamage | |
| xorg.libXext | |
| xorg.libXfixes | |
| xorg.libXi | |
| xorg.libXrandr | |
| xorg.libXrender | |
| xorg.libXScrnSaver | |
| xorg.libXtst | |
| xorg.libxshmfence | |
| ]; | |
| ...the rest of config |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment