From 04620a468387aab2d6a94e5c807f40980e7333bb Mon Sep 17 00:00:00 2001 From: Asaki Yuki Date: Wed, 15 Apr 2026 10:33:16 +0700 Subject: [PATCH] change vscode to code service menus --- modules/features/home/dolphin.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/features/home/dolphin.nix b/modules/features/home/dolphin.nix index 8e64c08..606a9d7 100644 --- a/modules/features/home/dolphin.nix +++ b/modules/features/home/dolphin.nix @@ -55,7 +55,7 @@ "Desktop Action RunCodeDir" = { Name = "Open with Code"; Icon = "vscode"; - Exec = "vscode \"%F\""; + Exec = "code \"%F\""; }; };