fixes notes entry

This commit is contained in:
Dennis Schoepf 2025-11-27 17:43:21 +01:00
parent 747274e455
commit 9289e2ade2

View file

@ -24,16 +24,11 @@
exec = "${config.home.homeDirectory}/.config/fuzzel/bin/fuzzel-projects.sh";
icon = "multitasking-view";
};
close-project = {
type = "Application";
name = "Close Project";
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\")\"";
terminal = true;
exec = "ghostty --working-directory=${config.home.homeDirectory}/notes -e nvim -c \":lua Snacks.picker(\\"files\\")\"";
icon = "gnotes";
};
lock = {