From 90076c51517b7136d734685f0621e190a147caa8 Mon Sep 17 00:00:00 2001 From: Alexander Bantyev Date: Sun, 12 Jun 2022 01:50:16 +0400 Subject: [PATCH] add librsvg to gdk-pixbuf --- profiles/workspace/gtk.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/profiles/workspace/gtk.nix b/profiles/workspace/gtk.nix index cd74e1b..368400a 100644 --- a/profiles/workspace/gtk.nix +++ b/profiles/workspace/gtk.nix @@ -3,6 +3,7 @@ let thm = config.themes.colors; thm' = builtins.mapAttrs (name: value: { hex.rgb = value; }) thm; in { + services.xserver.gdk-pixbuf.modulePackages = [ pkgs.librsvg ]; nixpkgs.overlays = [ (self: super: { generated-gtk-theme =