Hi,
I want to add icons, which i can use with eww, but i don’t see them with fc-list
.
I tried Installing candy-icons and papirus-icon-theme but none worked.
I tried installing them as system Package and also in fonts:
fonts = {
packages = with pkgs; [
fira-code
fira-code-symbols
candy-icons
papirus-icon-theme
];
fontDir.enable = true;
fontconfig.enable = true;
# fonts = with pkgs; [ candy-icons ];
#enableDefaultFonts = true;
};
services.xserver.gdk-pixbuf.modulePackages = [ pkgs.librsvg ];
but none of them seem to work.
Also AI was no help. I don’t know if it’s important, but I’m using Hyprland with wayland.