1
0
Fork 0
mirror of https://github.com/ryanccn/flake.git synced 2025-12-06 08:10:43 +01:00

feat(icons): add Things and Obsidian

This commit is contained in:
Ryan Cao 2023-09-19 22:09:10 +08:00
parent 9eb553fccc
commit 16e9ebf9fd
Signed by: ryanccn
SSH key fingerprint: SHA256:NtP/BlVhoQq4xU6BEcZeT8nIPvHntkJ3lIc2yB+F09E
6 changed files with 34 additions and 26 deletions

View file

@ -25,6 +25,14 @@
path = "/Applications/Notion.app";
icon = ./icons/notion.icns;
}
{
path = "/Applications/Things.app";
icon = ./icons/things.icns;
}
{
path = "/Applications/Obsidian.app";
icon = ./icons/obsidian.icns;
}
];
};