diff --git a/modules/wm/niri/default.nix b/modules/wm/niri/default.nix index 964b575..c613937 100644 --- a/modules/wm/niri/default.nix +++ b/modules/wm/niri/default.nix @@ -36,7 +36,7 @@ type = "Application"; name = "Notes"; 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"; }; lock = {