From f84f9f6f82a7852bb62a2c0085f42b1a05f60c51 Mon Sep 17 00:00:00 2001 From: LavaDesu Date: Tue, 8 Jun 2021 14:38:01 +0700 Subject: [PATCH] add xdg entry for telegram/kotatogram --- users/rin/xdg.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/users/rin/xdg.nix b/users/rin/xdg.nix index 857bf94..1515e08 100644 --- a/users/rin/xdg.nix +++ b/users/rin/xdg.nix @@ -16,7 +16,10 @@ let "application/xhtml+xml" "application/x-extension-xhtml" "application/x-extension-xht" - ]; + ] // { + # XXX: this thing found it unwritable so it just deletes it and rewrite??? + "x-scheme-handler/tg" = "userapp-Kotatogram Desktop-CHJI40.desktop"; + }; in { xdg = { enable = true;