tsuki: use firefox
This commit is contained in:
parent
5b880684d9
commit
084550f934
1 changed files with 1 additions and 20 deletions
|
@ -5,6 +5,7 @@
|
||||||
}: {
|
}: {
|
||||||
imports = [
|
imports = [
|
||||||
../../home
|
../../home
|
||||||
|
../../home/firefox
|
||||||
../../home/ags
|
../../home/ags
|
||||||
../../home/anyrun
|
../../home/anyrun
|
||||||
../../home/cava
|
../../home/cava
|
||||||
|
@ -25,7 +26,6 @@
|
||||||
username = "notoh";
|
username = "notoh";
|
||||||
homeDirectory = "/home/notoh";
|
homeDirectory = "/home/notoh";
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
floorp
|
|
||||||
chromium
|
chromium
|
||||||
discord
|
discord
|
||||||
cinny-desktop
|
cinny-desktop
|
||||||
|
@ -127,23 +127,4 @@
|
||||||
IdentityFile ~/.ssh/notohh-git
|
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"];
|
|
||||||
};
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue