about summary refs log tree commit diff
path: root/nixos/modules
diff options
context:
space:
mode:
authorInternetUnexplorer <internetunexplorer@gmail.com>2022-03-15 21:24:32 -0700
committerPeter Hoeg <peter@hoeg.com>2022-03-23 18:19:33 +0800
commit2e7cf56e4509ba0341c282499c795fd8297369d6 (patch)
treeb6ee01550da6ae231e689770c2c693ef22f83d81 /nixos/modules
parenta42d192031e6fd65f9bbe46ce6d35cf33730454d (diff)
downloadnixlib-2e7cf56e4509ba0341c282499c795fd8297369d6.tar
nixlib-2e7cf56e4509ba0341c282499c795fd8297369d6.tar.gz
nixlib-2e7cf56e4509ba0341c282499c795fd8297369d6.tar.bz2
nixlib-2e7cf56e4509ba0341c282499c795fd8297369d6.tar.lz
nixlib-2e7cf56e4509ba0341c282499c795fd8297369d6.tar.xz
nixlib-2e7cf56e4509ba0341c282499c795fd8297369d6.tar.zst
nixlib-2e7cf56e4509ba0341c282499c795fd8297369d6.zip
kde/plasma5: 5.24.0 -> 5.24.3
Diffstat (limited to 'nixos/modules')
-rw-r--r--nixos/modules/services/x11/desktop-managers/plasma5.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/modules/services/x11/desktop-managers/plasma5.nix b/nixos/modules/services/x11/desktop-managers/plasma5.nix
index b7aa2eba81cf..3ca044ad5bc8 100644
--- a/nixos/modules/services/x11/desktop-managers/plasma5.nix
+++ b/nixos/modules/services/x11/desktop-managers/plasma5.nix
@@ -519,7 +519,7 @@ in
         with plasma5; with kdeApplications; with kdeFrameworks;
         [
           # Basic packages without which Plasma Mobile fails to work properly.
-          plasma-phone-components
+          plasma-mobile
           plasma-nano
           pkgs.maliit-framework
           pkgs.maliit-keyboard
@@ -573,7 +573,7 @@ in
         };
       };
 
-      services.xserver.displayManager.sessionPackages = [ pkgs.libsForQt5.plasma5.plasma-phone-components ];
+      services.xserver.displayManager.sessionPackages = [ pkgs.libsForQt5.plasma5.plasma-mobile ];
     })
   ];
 }