mime: extract declaration from implementation

Maybe this should be made into a separate package later.
This commit is contained in:
Leonardo Eugênio 2023-10-26 22:03:27 -03:00
parent 884d02f003
commit 58b3150d3a
4 changed files with 116 additions and 75 deletions

View file

@ -35,4 +35,15 @@
gnome-passwordsafe
];
xdg.defaultApplications = {
enable = true;
text-editor = "codium.desktop";
image-viewer = "org.gnome.eog.desktop";
video-player = "org.gnome.Totem.desktop";
web-browser = "firefox.desktop";
document-viewer = "org.gnome.Evince.desktop";
file-manager = "org.gnome.Nautilus.desktop";
email-client = "thunderbird.desktop";
torrent-client = "torrent.desktop";
};
}