diff --git a/flake.nix b/flake.nix index a52b252..f7bab95 100644 --- a/flake.nix +++ b/flake.nix @@ -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 diff --git a/icon.png b/icon.png new file mode 100644 index 0000000..58baf8d Binary files /dev/null and b/icon.png differ diff --git a/icon.svg b/icon.svg deleted file mode 100644 index 8273f08..0000000 --- a/icon.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file