From 83e34e4559cef659f856e32d5dd76fdf4cad2743 Mon Sep 17 00:00:00 2001 From: Felix Buehler Date: Tue, 30 Jan 2024 23:38:46 +0100 Subject: [PATCH] profile/nautilus: note nautilus-open-any-terminal settings --- profiles/nautilus/default.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/profiles/nautilus/default.nix b/profiles/nautilus/default.nix index 523e3b3..15e4278 100644 --- a/profiles/nautilus/default.nix +++ b/profiles/nautilus/default.nix @@ -35,5 +35,11 @@ in "/share/nautilus-python/extensions" ]; }; + + # TODO enable 24.05 + # programs.nautilus-open-any-terminal = { + # enable = true; + # terminal = "foot"; + # }; }; }