fix notes

This commit is contained in:
Kopatz
2025-10-29 15:00:53 +01:00
parent 76c868719f
commit 8d48e3a951

View File

@@ -55,7 +55,7 @@
xdg.desktopEntries = {
notes = {
name = "Notes";
exec = "kitty -d ~/synced/default/vimwiki nvim ~/synced/default/vimwiki/index.md";
exec = "kitty -d /home/kopatz/synced/default/vimwiki nvim /home/kopatz/synced/default/vimwiki/index.md";
icon = "nvim";
type = "Application";
categories = [ "Utility" "TextEditor" ];