mirror of
https://github.com/lightly-toasted/nix-config.git
synced 2025-10-04 07:25:40 +00:00
feat(xdg): configure mimeapps and portal
This commit is contained in:
parent
976aaa3b6a
commit
a5bc5e556e
2 changed files with 15 additions and 0 deletions
|
@ -23,6 +23,7 @@
|
|||
./modules/mouse-actions
|
||||
./modules/hypridle.nix
|
||||
./modules/obsidian.nix
|
||||
./modules/xdg.nix
|
||||
];
|
||||
|
||||
home = {
|
||||
|
|
14
home/toast/modules/xdg.nix
Normal file
14
home/toast/modules/xdg.nix
Normal file
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
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.desktop";
|
||||
"x-scheme-handler/discord" = "vesktop.desktop";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue