Little changes, these are going to be frequent now

This commit is contained in:
Jimbo 2024-10-15 03:33:40 -04:00
parent 857c8ea289
commit 84cfcee9fd
2 changed files with 7 additions and 6 deletions

View file

@ -1,10 +1,11 @@
{ ... }:
{
xdg.mimeApps.defaultApplications = {
"inode/directory" = ["pcmanfm-qt.desktop"];
"text/plain" = ["nvim.desktop"];
"image/png" = ["imv.desktop"];
"image/jpeg" = ["imv.desktop"];
"video/*" = ["mpv.desktop"];
"inode/directory" = [ "pcmanfm-qt.desktop" ];
"text/plain" = [ "nvim.desktop" ];
"image/png" = [ "imv.desktop" ];
"image/jpeg" = [ "imv.desktop" ];
"image/jp2" = [ "imv.desktop" ];
"video/*" = [ "mpv.desktop" ];
};
}