From cfbdc77e6d7c37ab7c49a3fc5649843839908364 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Mon, 11 Aug 2025 10:29:51 +0000 Subject: [PATCH] NOTE ABOUT XDG-TERMINAL --- modules/home/xdg/mime-apps.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home/xdg/mime-apps.nix b/modules/home/xdg/mime-apps.nix index 276de4f..92ab991 100644 --- a/modules/home/xdg/mime-apps.nix +++ b/modules/home/xdg/mime-apps.nix @@ -44,7 +44,7 @@ in spreadsheet = "spreadsheet editor"; text = "word processor"; }; - terminal = "terminal"; + terminal = "terminal"; # FIXME: should it also set `xdg.terminal-exec.settings.default`? torrent = "bittorrent client"; }; };