zzZ
This commit is contained in:
parent
6a4570e5fe
commit
81757ca17e
2 changed files with 8 additions and 0 deletions
|
|
@ -2,6 +2,7 @@
|
|||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
hwconfig,
|
||||
...
|
||||
}: let
|
||||
cfg = config.kk.loginManagers.sddm;
|
||||
|
|
@ -18,6 +19,7 @@ in {
|
|||
#background;
|
||||
loginBackground = false;
|
||||
})
|
||||
wvkbd
|
||||
];
|
||||
services.xserver.enable = true;
|
||||
services.displayManager.sddm = {
|
||||
|
|
@ -25,6 +27,11 @@ in {
|
|||
theme = "catppuccin-mocha";
|
||||
package = lib.mkDefault pkgs.kdePackages.sddm;
|
||||
wayland.enable = true;
|
||||
settings = {
|
||||
General = {
|
||||
InputMethod = "wvkbd-mobintl"; # Enables optional virtual keyboard at login (SDDM). Useful for touchscreens or accessibility.
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue