summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorGrisha Shipunov2025-09-01 09:57:53 +0200
committerGrisha Shipunov2025-09-01 09:57:53 +0200
commit8c7def6c7c1bf9f0ac16fa13de0bcef3ca4b4491 (patch)
tree4d79b1a54d7bddba64f7dd0584f5915307c63576 /modules
parentcba81505552bb0e1d4d35402e1ad7917911009b2 (diff)
ghostty integration works natively
Diffstat (limited to 'modules')
-rw-r--r--modules/gnome.nix4
1 files changed, 0 insertions, 4 deletions
diff --git a/modules/gnome.nix b/modules/gnome.nix
index 1a45062..b8371e4 100644
--- a/modules/gnome.nix
+++ b/modules/gnome.nix
@@ -62,8 +62,4 @@
hardware.bluetooth.enable = true;
services.gnome.sushi.enable = true;
- programs.nautilus-open-any-terminal = {
- enable = true;
- terminal = "ghostty";
- };
}