From 7f4324c64eb03efb338c731613dd00325e56e173 Mon Sep 17 00:00:00 2001 From: Samuel Dionne-Riel Date: Wed, 24 Mar 2021 16:37:21 -0400 Subject: [PATCH] nixos/plasma5: Add suggested plasma mobile apps --- .../services/x11/desktop-managers/plasma5.nix | 21 ++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/nixos/modules/services/x11/desktop-managers/plasma5.nix b/nixos/modules/services/x11/desktop-managers/plasma5.nix index dc1e4acea39f..31ee63d95226 100644 --- a/nixos/modules/services/x11/desktop-managers/plasma5.nix +++ b/nixos/modules/services/x11/desktop-managers/plasma5.nix @@ -506,10 +506,25 @@ in pkgs.maliit-framework pkgs.maliit-keyboard ] - ++ lib.optionals (cfg.mobile.installRecommendedSoftware) [ + ++ lib.optionals (cfg.mobile.installRecommendedSoftware) (with libsForQt5.plasmaMobileGear;[ # Additional software made for Plasma Mobile. - pkgs.angelfish - ] + alligator + angelfish + audiotube + calindori + kalk + kasts + kclock + keysmith + koko + krecorder + ktrip + kweather + plasma-dialer + plasma-phonebook + plasma-settings + spacebar + ]) ; # The following services are needed or the UI is broken.