mime: extract declaration from implementation
Maybe this should be made into a separate package later.
This commit is contained in:
parent
884d02f003
commit
58b3150d3a
4 changed files with 116 additions and 75 deletions
|
@ -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";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue