feat: placeholder icon

This commit is contained in:
electria 2026-06-26 09:36:35 -07:00
commit 477a658e1b
Signed by: electria
SSH key fingerprint: SHA256:8LlB3ucPbBHqozqkhsNbaV5oG3SlzzqUj8FZDL6IPQs
2 changed files with 3 additions and 1 deletions

View file

@ -53,7 +53,8 @@
desktopItem = pkgs.makeDesktopItem {
inherit name;
desktopName = name;
icon = "image-x-generic";
# from candy-icons caja-dropbox.svg
icon = ./icon.svg;
exec = name;
};
in