add librsvg to gdk-pixbuf

This commit is contained in:
Alexander Bantyev 2022-06-12 01:50:16 +04:00
parent 9044955f99
commit 90076c5151
Signed by: balsoft
GPG Key ID: E081FF12ADCB4AD5

View File

@ -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 =