Skip to content

Instantly share code, notes, and snippets.

@naranyala
Created March 8, 2026 17:33
Show Gist options
  • Select an option

  • Save naranyala/cfd6877115d42db41487791e3edd7080 to your computer and use it in GitHub Desktop.

Select an option

Save naranyala/cfd6877115d42db41487791e3edd7080 to your computer and use it in GitHub Desktop.
install chromium deps on nixos
...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