blob: c74c3f4d621783a6202da218cd3f3b1c28e95fc9 [file] [log] [blame]
{ pkgs, ... }: {
home.packages = with pkgs; [
(figma-linux.override { fonts = [ open-fonts roboto roboto-mono nerdfonts ]; })
];
}