From 6bd2bc9b4e50c39de1cabae99b5148618fafe835 Mon Sep 17 00:00:00 2001 From: uku Date: Tue, 27 May 2025 13:58:45 +0200 Subject: [PATCH] chore(gnome): remove nautilus-open-any-terminal ghostty provides the required plugin files to add the action in the context menu by itself, having bot results in two entries --- programs/gnome.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/programs/gnome.nix b/programs/gnome.nix index 852786f..8f85e1e 100644 --- a/programs/gnome.nix +++ b/programs/gnome.nix @@ -11,11 +11,6 @@ }; }; - programs.nautilus-open-any-terminal = { - enable = true; - terminal = "ghostty"; - }; - # ssh-agent is provided by gnome-keyring-daemon # (mabye soon by gcr, see NixOS/nixpkgs#140824) programs.ssh.startAgent = lib.mkForce false;