fixes notes

This commit is contained in:
Dennis Schoepf 2025-11-27 17:47:14 +01:00
parent f0a5a92e28
commit 4b74fcb3d6

View file

@ -36,7 +36,7 @@
type = "Application"; type = "Application";
name = "Notes"; name = "Notes";
terminal = true; terminal = true;
exec = "ghostty --working-directory=${config.home.homeDirectory}/notes -e nvim -c ':lua Snacks.picker(\"files\")'"; exec = "ghostty --working-directory=${config.home.homeDirectory}/notes -e nvim -c \":lua Snacks.picker('files')\"";
icon = "gnotes"; icon = "gnotes";
}; };
lock = { lock = {