From ef6703a735cb401dbd335cdfa4803bc34fe76c83 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Tue, 26 Aug 2025 13:09:47 +0000 Subject: [PATCH] home: trgui: add MIME associations --- modules/home/trgui/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/home/trgui/default.nix b/modules/home/trgui/default.nix index ee545a9..a890965 100644 --- a/modules/home/trgui/default.nix +++ b/modules/home/trgui/default.nix @@ -13,5 +13,9 @@ in home.packages = with pkgs; [ cfg.package ]; + + my.home.xdg.mime-apps = { + applications.torrent = "TrguiNG.desktop"; + }; }; }