feat: placeholder icon
This commit is contained in:
parent
6a94970282
commit
477a658e1b
2 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue