adds notes desktop entry

This commit is contained in:
Dennis Schoepf 2025-11-27 17:36:45 +01:00
parent 7b118213d4
commit 747274e455
2 changed files with 10 additions and 4 deletions

View file

@ -30,6 +30,12 @@
exec = "${config.home.homeDirectory}/.config/fuzzel/bin/fuzzel-cliphist.sh";
icon = "org.gnome.SoundRecorder";
};
notes = {
type = "Application";
name = "Notes";
exec = "ghostty --working-directory ${config.home.homeDirectory}/notes -e nvim -c \":lua Snacks.picker(\"files\")\"";
icon = "gnotes";
};
lock = {
type = "Application";
name = "Lock";