mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-03-08 01:04:06 +01:00
nixos/installation-cd-graphical-calamares-plasma6: use plasma-login-manager and plasma-keyboard
This commit is contained in:
parent
88327eb387
commit
ff11081677
1 changed files with 3 additions and 4 deletions
|
|
@ -11,7 +11,7 @@
|
|||
|
||||
# Automatically login as nixos.
|
||||
services.displayManager = {
|
||||
sddm.enable = true;
|
||||
plasma-login-manager.enable = true;
|
||||
autoLogin = {
|
||||
enable = true;
|
||||
user = "nixos";
|
||||
|
|
@ -19,9 +19,8 @@
|
|||
};
|
||||
|
||||
environment.systemPackages = [
|
||||
# FIXME: using Qt5 builds of Maliit as upstream has not ported to Qt6 yet
|
||||
pkgs.maliit-framework
|
||||
pkgs.maliit-keyboard
|
||||
# provide onscreen keyboard
|
||||
pkgs.kdePackages.plasma-keyboard
|
||||
];
|
||||
|
||||
environment.plasma6.excludePackages = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue