add librsvg to gdk-pixbuf
This commit is contained in:
parent
9044955f99
commit
90076c5151
@ -3,6 +3,7 @@ let
|
|||||||
thm = config.themes.colors;
|
thm = config.themes.colors;
|
||||||
thm' = builtins.mapAttrs (name: value: { hex.rgb = value; }) thm;
|
thm' = builtins.mapAttrs (name: value: { hex.rgb = value; }) thm;
|
||||||
in {
|
in {
|
||||||
|
services.xserver.gdk-pixbuf.modulePackages = [ pkgs.librsvg ];
|
||||||
nixpkgs.overlays = [
|
nixpkgs.overlays = [
|
||||||
(self: super: {
|
(self: super: {
|
||||||
generated-gtk-theme =
|
generated-gtk-theme =
|
||||||
|
Loading…
Reference in New Issue
Block a user