pinta is broken

This commit is contained in:
Emmet 2024-07-28 09:19:34 -05:00
parent c9a684c3b1
commit 41c306ba55
2 changed files with 1 additions and 2 deletions

View file

@ -108,7 +108,6 @@
# Media # Media
gimp gimp
pinta
krita krita
inkscape inkscape
(pkgs-stable.lollypop.override { youtubeSupport = false; }) (pkgs-stable.lollypop.override { youtubeSupport = false; })

View file

@ -142,7 +142,7 @@ ext cbz, has zathura, X, flag f = zathura -- "$@"
#------------------------------------------- #-------------------------------------------
# Images # Images
#------------------------------------------- #-------------------------------------------
mime ^image, has pinta, X, flag f = pinta "$@" mime ^image, has krita, X, flag f = krita "$@"
mime ^image/svg, has inkscape, X, flag f = inkscape "$@" mime ^image/svg, has inkscape, X, flag f = inkscape "$@"
#------------------------------------------- #-------------------------------------------