[Desktop/(Gnome+Plasma)] Improve LibreOffice look on Qt-based desktops

This commit is contained in:
Antoine Viallon 2023-05-11 18:03:46 +02:00
parent c08b1f4bf9
commit 1d8c452fa2
Signed by: aviallon
GPG key ID: 186FC35EDEB25716
3 changed files with 11 additions and 1 deletions

View file

@ -118,10 +118,16 @@ in {
libva-utils libva-utils
spotify spotify
nextcloud-client nextcloud-client
libreoffice-fresh
tdesktop tdesktop
vlc vlc
veracrypt veracrypt
# Spell check support
hunspell
hunspellDicts.fr-any
aspell
aspellDicts.fr
] ]
; ;

View file

@ -42,6 +42,8 @@ in {
++ [ ++ [
guake guake
libreoffice-fresh
(myFirefox.override { enableGnomeExtensions = true; }) (myFirefox.override { enableGnomeExtensions = true; })
] ]
++ (with gnome; [ ++ (with gnome; [

View file

@ -72,6 +72,8 @@ in {
kolourpaint kolourpaint
krdc krdc
libreoffice-qt
(myFirefox.override { enablePlasmaBrowserIntegration = true; }) (myFirefox.override { enablePlasmaBrowserIntegration = true; })
]; ];