Skip to content

Commit

Permalink
plasma5: Add suggested plasma mobile apps
Browse files Browse the repository at this point in the history
  • Loading branch information
samueldr committed Jun 1, 2021
1 parent 754251d commit 979786d
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions nixos/modules/services/x11/desktop-managers/plasma5.nix
Original file line number Diff line number Diff line change
Expand Up @@ -393,10 +393,21 @@ in
plasma-phone-components
plasma-nano
]
++ lib.optionals (cfg.mobile.installRecommendedSoftware) [
++ lib.optionals (cfg.mobile.installRecommendedSoftware) (with pkgs;[
# Additional software made for Plasma Mobile.
pkgs.angelfish
]
alligator
angelfish
calindori
kalk
kclock
krecorder
kweather
plasma-camera
plasma-dialer
plasma-phonebook
plasma-settings
spacebar-sms
])
;

# The following services are needed or the UI is broken.
Expand Down

0 comments on commit 979786d

Please sign in to comment.