moby: switch from phosh to plasma-mobile

this isn't the *best*: it's verrry slow to login.
but more software works. that could be more due to using wayland though,
than to plasma itself.
This commit is contained in:
colin 2022-05-27 01:08:59 -07:00
parent 1eb70a9576
commit 123e140212
2 changed files with 16 additions and 1 deletions

14
helpers/plasma-mobile.nix Normal file
View File

@ -0,0 +1,14 @@
{ config, pkgs, lib, ... }:
{
# start plasma-mobile on boot
services.xserver.enable = true;
services.xserver.desktopManager.plasma5.mobile.enable = true;
services.xserver.desktopManager.plasma5.mobile.installRecommendedSoftware = false; # not all plasma5-mobile packages build for aarch64
services.xserver.displayManager.sddm.enable = true;
# Plasma does networking stuff with networkmanager, but nix configures the defaults itself
# networking.useDHCP = false;
# networking.networkmanager.enable = true;
# networking.wireless.enable = lib.mkForce false;
}

View File

@ -2,7 +2,8 @@
{
imports = [
./../../helpers/universal
./gui-phosh.nix
# ./gui-phosh.nix
./../../helpers/plasma-mobile.nix
];
# XXX colin: phosh doesn't work well with passwordless login