diff --git a/flake.nix b/flake.nix index 0f1eb6c..d001586 100644 --- a/flake.nix +++ b/flake.nix @@ -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 diff --git a/icon.svg b/icon.svg new file mode 100644 index 0000000..8273f08 --- /dev/null +++ b/icon.svg @@ -0,0 +1 @@ + \ No newline at end of file