nix-config/home/modules/graphical/xdg.nix
lightly-toasted 5344beda13 feat(nixcord): switch from vesktop to equicord
- Enable programs.nixcord.discord.equicord
- Enable Equicord-only plugins
- Remove vesktop from xdg default applications
- Change class name in deafen mouse-action
2026-02-11 11:48:48 +09:00

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;
};
}