From 477a658e1bbca563b685cea8079564b7feadc0df Mon Sep 17 00:00:00 2001 From: electria Date: Fri, 26 Jun 2026 09:36:35 -0700 Subject: [PATCH] feat: placeholder icon --- flake.nix | 3 ++- icon.svg | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 icon.svg 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