mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-06 01:38:06 +00:00
[Desktop/(Gnome+Plasma)] Improve LibreOffice look on Qt-based desktops
This commit is contained in:
parent
c08b1f4bf9
commit
1d8c452fa2
3 changed files with 11 additions and 1 deletions
|
|
@ -118,10 +118,16 @@ in {
|
|||
libva-utils
|
||||
spotify
|
||||
nextcloud-client
|
||||
libreoffice-fresh
|
||||
tdesktop
|
||||
vlc
|
||||
veracrypt
|
||||
|
||||
# Spell check support
|
||||
hunspell
|
||||
hunspellDicts.fr-any
|
||||
|
||||
aspell
|
||||
aspellDicts.fr
|
||||
]
|
||||
;
|
||||
|
||||
|
|
|
|||
|
|
@ -42,6 +42,8 @@ in {
|
|||
++ [
|
||||
guake
|
||||
|
||||
libreoffice-fresh
|
||||
|
||||
(myFirefox.override { enableGnomeExtensions = true; })
|
||||
]
|
||||
++ (with gnome; [
|
||||
|
|
|
|||
|
|
@ -72,6 +72,8 @@ in {
|
|||
kolourpaint
|
||||
krdc
|
||||
|
||||
libreoffice-qt
|
||||
|
||||
(myFirefox.override { enablePlasmaBrowserIntegration = true; })
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue