fix: force calibre to run under XWayland
This commit is contained in:
parent
efa4b4d824
commit
11e330e09d
1 changed files with 9 additions and 2 deletions
|
@ -81,7 +81,6 @@
|
||||||
loupe
|
loupe
|
||||||
gnome.seahorse
|
gnome.seahorse
|
||||||
gimp
|
gimp
|
||||||
calibre
|
|
||||||
vlc
|
vlc
|
||||||
thunderbird
|
thunderbird
|
||||||
keepassxc
|
keepassxc
|
||||||
|
@ -115,7 +114,15 @@
|
||||||
nixedit
|
nixedit
|
||||||
];
|
];
|
||||||
in
|
in
|
||||||
scripts ++ pk;
|
scripts
|
||||||
|
++ pk
|
||||||
|
++ [
|
||||||
|
(pkgs.calibre.overrideAttrs (old: {
|
||||||
|
postInstall = ''
|
||||||
|
wrapProgram $out/bin/calibre --prefix QT_QPA_PLATFORM = "xcb"
|
||||||
|
'';
|
||||||
|
}))
|
||||||
|
];
|
||||||
|
|
||||||
sessionVariables = {
|
sessionVariables = {
|
||||||
EDITOR = "nvim";
|
EDITOR = "nvim";
|
||||||
|
|
Loading…
Add table
Reference in a new issue