mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-11 09:44:08 -05:00
autologin on dragneel
This commit is contained in:
parent
2105678239
commit
3669705451
1 changed files with 10 additions and 3 deletions
|
|
@ -4,6 +4,7 @@
|
||||||
# #
|
# #
|
||||||
######################
|
######################
|
||||||
{
|
{
|
||||||
|
config,
|
||||||
inputs,
|
inputs,
|
||||||
lib,
|
lib,
|
||||||
pkgs,
|
pkgs,
|
||||||
|
|
@ -49,9 +50,15 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
# Enable the KDE Plasma Desktop Environment.
|
# Enable the KDE Plasma Desktop Environment.
|
||||||
services.displayManager.sddm = {
|
services.displayManager = {
|
||||||
enable = true;
|
autoLogin = {
|
||||||
wayland.enable = true;
|
enable = true;
|
||||||
|
user = config.hostSpec.username;
|
||||||
|
};
|
||||||
|
sddm = {
|
||||||
|
enable = true;
|
||||||
|
wayland.enable = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
services.desktopManager.plasma6.enable = true;
|
services.desktopManager.plasma6.enable = true;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue