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