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
This commit is contained in:
uku 2025-05-27 13:58:45 +02:00
parent f934f16d8f
commit 6bd2bc9b4e
Signed by: uku
SSH key fingerprint: SHA256:4P0aN6M8ajKukNi6aPOaX0LacanGYtlfjmN+m/sHY/o

View file

@ -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;