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

autologin: fix module use

This commit is contained in:
2026-02-15 16:42:46 +01:00
parent f202be220b
commit 15ab8ac8a8

View File

@@ -35,10 +35,8 @@
pkgs.xdg-desktop-portal-hyprland pkgs.xdg-desktop-portal-hyprland
]; ];
services.getty.autologinOnce = { services.getty.autologinOnce = true;
enable = true; services.getty.autologinUser = config.users.users.me.name;
user = config.users.users.me.name;
};
home-manager.users.me = import ./home-manager.nix { home-manager.users.me = import ./home-manager.nix {
inherit lib pkgs config; inherit lib pkgs config;