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\""; }; };