mirror of
https://github.com/lightly-toasted/nix-config.git
synced 2026-03-23 05:06:42 +00:00
- Enable programs.nixcord.discord.equicord - Enable Equicord-only plugins - Remove vesktop from xdg default applications - Change class name in deafen mouse-action
15 lines
438 B
Nix
15 lines
438 B
Nix
{
|
|
xdg = {
|
|
enable = true;
|
|
portal.enable = true;
|
|
mimeApps = {
|
|
enable = true;
|
|
defaultApplications = {
|
|
"x-scheme-handler/roblox-player" = "org.vinegarhq.Sober.desktop";
|
|
"x-scheme-handler/roblox-studio" = "org.vinegarhq.Vinegar.studio.desktop";
|
|
"x-scheme-handler/roblox-studio-auth" = "org.vinegarhq.Vinegar.studio.desktop";
|
|
};
|
|
};
|
|
configFile."mimeapps.list".force = true;
|
|
};
|
|
}
|