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 =