From 084550f934156bd64539f4765da8274bc192fbfa Mon Sep 17 00:00:00 2001 From: notohh Date: Sun, 7 Jan 2024 17:50:45 -0500 Subject: [PATCH] tsuki: use firefox --- hosts/tsuki/home.nix | 21 +-------------------- 1 file changed, 1 insertion(+), 20 deletions(-) diff --git a/hosts/tsuki/home.nix b/hosts/tsuki/home.nix index c9d01b5..ddae88e 100755 --- a/hosts/tsuki/home.nix +++ b/hosts/tsuki/home.nix @@ -5,6 +5,7 @@ }: { imports = [ ../../home + ../../home/firefox ../../home/ags ../../home/anyrun ../../home/cava @@ -25,7 +26,6 @@ username = "notoh"; homeDirectory = "/home/notoh"; packages = with pkgs; [ - floorp chromium discord cinny-desktop @@ -127,23 +127,4 @@ IdentityFile ~/.ssh/notohh-git ''; }; - - xdg.mimeApps = { - enable = true; - defaultApplications = { - "x-scheme-handler/discord-409416265891971072" = ["discord-409416265891971072.desktop"]; - "x-scheme-handler/discord-402572971681644545" = ["discord-402572971681644545.desktop"]; - "x-scheme-handler/discord-696343075731144724" = ["discord-696343075731144724.desktop"]; - "x-scheme-handler/http" = ["floorp.desktop"]; - "x-scheme-handler/https" = ["floorp.desktop"]; - "x-scheme-handler/chrome" = ["floorp.desktop"]; - "text/html" = ["floorp.desktop"]; - "application/x-extension-htm" = ["floorp.desktop"]; - "application/x-extension-html" = ["floorp.desktop"]; - "application/x-extension-shtml" = ["floorp.desktop"]; - "application/xhtml+xml" = ["floorp.desktop"]; - "application/x-extension-xhtml" = ["floorp.desktop"]; - "application/x-extension-xht" = ["floorp.desktop"]; - }; - }; }