From 8d0bbfcc33fd65ec5e5cad96c7509d761019255c Mon Sep 17 00:00:00 2001 From: Sense T Date: Tue, 4 Jul 2023 12:49:42 +0800 Subject: [PATCH] q --- home/user/xdg.nix | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/home/user/xdg.nix b/home/user/xdg.nix index 44ce833..98de850 100644 --- a/home/user/xdg.nix +++ b/home/user/xdg.nix @@ -1,9 +1,12 @@ { xdg = { enable = true; - mimeApps.defaultApplications = { - "x-scheme-handler/http" = "io.gitlab.librewolf-community.desktop"; - "x-scheme-handler/https" = "io.gitlab.librewolf-community.desktop"; + mimeApps = { + enable = true; + defaultApplications = { + "x-scheme-handler/http" = "io.gitlab.librewolf-community.desktop"; + "x-scheme-handler/https" = "io.gitlab.librewolf-community.desktop"; + }; }; }; } \ No newline at end of file