feat: new custom icon

I'm not satisfied with it
This commit is contained in:
electria 2026-07-01 09:10:05 -07:00
commit 5fd8832b59
Signed by: electria
SSH key fingerprint: SHA256:8LlB3ucPbBHqozqkhsNbaV5oG3SlzzqUj8FZDL6IPQs
3 changed files with 1 additions and 3 deletions

View file

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