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"; }; };