blob: f69dbe49e03d41501cc29fec0e63d3188182d8a1 [file] [log] [blame]
{ pkgs, ... }: {
home.packages = with pkgs; [
figma-linux
];
}