default brower
This commit is contained in:
parent
1657f22bd6
commit
b8b61d7da6
@ -3,6 +3,7 @@
|
||||
./home.nix
|
||||
./programs.nix
|
||||
./services.nix
|
||||
./xdg.nix
|
||||
];
|
||||
|
||||
systemd.user.services = {
|
||||
|
9
home/user/xdg.nix
Normal file
9
home/user/xdg.nix
Normal 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";
|
||||
};
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user