default brower

This commit is contained in:
Sense T 2023-07-04 12:43:04 +08:00
parent 1657f22bd6
commit b8b61d7da6
2 changed files with 10 additions and 0 deletions

View File

@ -3,6 +3,7 @@
./home.nix
./programs.nix
./services.nix
./xdg.nix
];
systemd.user.services = {

9
home/user/xdg.nix Normal file
View File

@ -0,0 +1,9 @@
{
xdg = {
enable = true;
mimeApps.defaultApplications = {
"x-scheme-handler/http" = "io.gitlab.librewolf-community.desktop";
"x-scheme-handler/https" = "io.gitlab.librewolf-community.desktop";
};
};
}