mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-22 08:14:00 +01:00
modules: Add mime-apps
This commit is contained in:
parent
1ab27e7fe7
commit
7654520135
@ -12,6 +12,7 @@
|
|||||||
./joshuto
|
./joshuto
|
||||||
./kitty
|
./kitty
|
||||||
./librewolf
|
./librewolf
|
||||||
|
./mime-apps
|
||||||
./mpv
|
./mpv
|
||||||
./ncmpcpp
|
./ncmpcpp
|
||||||
./neovim
|
./neovim
|
||||||
|
16
modules/mime-apps/default.nix
Normal file
16
modules/mime-apps/default.nix
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
{
|
||||||
|
home-manager.sharedModules = [
|
||||||
|
{
|
||||||
|
xdg.mimeApps = {
|
||||||
|
enable = true;
|
||||||
|
defaultApplications = {
|
||||||
|
"image/png" = "feh.desktop";
|
||||||
|
"image/jpeg" = "feh.desktop";
|
||||||
|
"image/gif" = "org.qutebrowser.qutebrowser.desktop";
|
||||||
|
"application/x-wine-extension-osz" = "osu-stable.desktop";
|
||||||
|
"application/x-vmware-vm" = "vmware-workstation.desktop";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
||||||
|
];
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user