From 4b74fcb3d68a1a218927abb5342b20c74c077ad8 Mon Sep 17 00:00:00 2001 From: Dennis Schoepf Date: Thu, 27 Nov 2025 17:47:14 +0100 Subject: [PATCH] fixes notes --- modules/wm/niri/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = {