try to remove calibre from mimeapps

This commit is contained in:
Andreas Zweili 2022-02-15 22:54:12 +01:00
parent 827a4adea9
commit ce42f3e0f2
2 changed files with 4 additions and 1 deletions

View File

@ -4,6 +4,7 @@
(import ./common { inherit username; })
./software/work-desktop
./software/autorandr
./software/calibre
./software/czkawka
./software/dunst
./software/evince
@ -21,7 +22,6 @@
];
home.packages = with pkgs; [
arc-theme
calibre
digikam
firefox
gimp

View File

@ -8,7 +8,10 @@
enable = true;
associations.removed = {
"application/pdf" = "calibre-ebook-viewer.desktop";
"application/text" = "calibre-ebook-viewer.desktop";
"application/textedit" = "calibre-ebook-viewer.desktop";
"text/anytext" = "calibre-ebook-viewer.desktop";
"text/plain" = "calibre-ebook-viewer.desktop";
};
};
}