neogit and add desktop entry
This commit is contained in:
@@ -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" ];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user