nix-community / plasma-manager

Manage KDE Plasma with Home Manager
https://nix-community.github.io/plasma-manager/
MIT License
642 stars 74 forks source link

Default Applications #406

Open onnyyonn opened 3 days ago

onnyyonn commented 3 days ago

Is it possible to set the default applications (Such as terminal, text editor etc.) from Plasma Manager? If not, please consider adding these options.

magnouvean commented 3 days ago

I think kde relies on xdg-mime for this task, so it should be configured through home-manager instead which has support for this (through xdg.mimeApps). If there are apps which aren't covered in this we could consider adding support for this :)