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
|
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
|
||||||
]
|
]
|
||||||
;
|
;
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -42,6 +42,8 @@ in {
|
||||||
++ [
|
++ [
|
||||||
guake
|
guake
|
||||||
|
|
||||||
|
libreoffice-fresh
|
||||||
|
|
||||||
(myFirefox.override { enableGnomeExtensions = true; })
|
(myFirefox.override { enableGnomeExtensions = true; })
|
||||||
]
|
]
|
||||||
++ (with gnome; [
|
++ (with gnome; [
|
||||||
|
|
|
||||||
|
|
@ -72,6 +72,8 @@ in {
|
||||||
kolourpaint
|
kolourpaint
|
||||||
krdc
|
krdc
|
||||||
|
|
||||||
|
libreoffice-qt
|
||||||
|
|
||||||
(myFirefox.override { enablePlasmaBrowserIntegration = true; })
|
(myFirefox.override { enablePlasmaBrowserIntegration = true; })
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue