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
|
||||
gnome.seahorse
|
||||
gimp
|
||||
calibre
|
||||
vlc
|
||||
thunderbird
|
||||
keepassxc
|
||||
|
@ -115,7 +114,15 @@
|
|||
nixedit
|
||||
];
|
||||
in
|
||||
scripts ++ pk;
|
||||
scripts
|
||||
++ pk
|
||||
++ [
|
||||
(pkgs.calibre.overrideAttrs (old: {
|
||||
postInstall = ''
|
||||
wrapProgram $out/bin/calibre --prefix QT_QPA_PLATFORM = "xcb"
|
||||
'';
|
||||
}))
|
||||
];
|
||||
|
||||
sessionVariables = {
|
||||
EDITOR = "nvim";
|
||||
|
|
Loading…
Add table
Reference in a new issue