1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

use shared config from niphas

This commit is contained in:
2026-02-04 16:49:28 +01:00
parent e264f13885
commit b038278af3
15 changed files with 140 additions and 629 deletions

View File

@@ -38,7 +38,7 @@ in
pkgs.xdg-desktop-portal-hyprland
];
services.displayManager.autoLogin = {
services.getty.autologinOnce = {
enable = true;
user = config.users.users.me.name;
};