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:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user