qenya: Install Celluloid (on GNOME) or Haruna (on KDE)
This commit is contained in:
parent
7dc684cce3
commit
78118c14dc
1 changed files with 6 additions and 0 deletions
|
@ -3,6 +3,8 @@
|
||||||
let
|
let
|
||||||
inherit (lib) optionals;
|
inherit (lib) optionals;
|
||||||
isGraphical = osConfig.services.xserver.enable;
|
isGraphical = osConfig.services.xserver.enable;
|
||||||
|
isGnome = osConfig.services.xserver.desktopManager.gnome.enable;
|
||||||
|
isPlasma = osConfig.services.desktopManager.plasma6.enable || osConfig.services.xserver.desktopManager.plasma5.enable;
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
|
@ -30,5 +32,9 @@ in
|
||||||
libreoffice
|
libreoffice
|
||||||
hunspell
|
hunspell
|
||||||
hunspellDicts.en_GB-ise
|
hunspellDicts.en_GB-ise
|
||||||
|
] ++ optionals isGnome [
|
||||||
|
celluloid
|
||||||
|
] ++ optionals isPlasma [
|
||||||
|
haruna
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue