neogit and add desktop entry

This commit is contained in:
Kopatz
2025-10-05 14:11:20 +02:00
parent e7c00e306d
commit 612c71267d
5 changed files with 110 additions and 22 deletions

View File

@@ -52,4 +52,14 @@
};
};
xdg.desktopEntries = {
notes = {
name = "Notes";
exec = "kitty nvim /synced/default/notes.md";
icon = "nvim";
type = "Application";
categories = [ "Utility" "TextEditor" ];
mimeType = [ "text/markdown" "text/plain" ];
};
};
}