mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
vanadium: stop calibre from grabbing mime stuff
This commit is contained in:
parent
f094b3bad2
commit
d4e6f27c1b
2 changed files with 9 additions and 0 deletions
|
|
@ -50,6 +50,7 @@ in
|
||||||
../overlays/wallpapers.nix
|
../overlays/wallpapers.nix
|
||||||
../overlays/nil.nix
|
../overlays/nil.nix
|
||||||
../overlays/eepy.nix
|
../overlays/eepy.nix
|
||||||
|
../overlays/calibre-no-mime.nix
|
||||||
../overlays/fcitx5-table-extra-taiwanese.nix
|
../overlays/fcitx5-table-extra-taiwanese.nix
|
||||||
|
|
||||||
../overlays/iosevka.nix
|
../overlays/iosevka.nix
|
||||||
|
|
|
||||||
8
nix/overlays/calibre-no-mime.nix
Normal file
8
nix/overlays/calibre-no-mime.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
# cailbre is obnoxious about opening HTML
|
||||||
|
_: prev: {
|
||||||
|
calibre = prev.calibre.overrideAttrs (oldAttrs: {
|
||||||
|
postInstall = ''
|
||||||
|
rm -r $out/share/mime
|
||||||
|
'';
|
||||||
|
});
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue