mirror of
https://github.com/librephoenix/nixos-config
synced 2025-01-18 22:55:52 +05:30
pinta is broken
This commit is contained in:
parent
c9a684c3b1
commit
41c306ba55
|
@ -108,7 +108,6 @@
|
|||
|
||||
# Media
|
||||
gimp
|
||||
pinta
|
||||
krita
|
||||
inkscape
|
||||
(pkgs-stable.lollypop.override { youtubeSupport = false; })
|
||||
|
|
|
@ -142,7 +142,7 @@ ext cbz, has zathura, X, flag f = zathura -- "$@"
|
|||
#-------------------------------------------
|
||||
# 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 "$@"
|
||||
|
||||
#-------------------------------------------
|
||||
|
|
Loading…
Reference in a new issue