nix-config/users/willifan/desktop/hyprland/Puenktchen/autologin.nix
2024-11-02 15:50:25 +01:00

13 lines
223 B
Nix

{ ... }:
{
services.greetd = {
enable = true;
settings = rec {
initial_session = {
command = ''Hyprland'';
user = "willifan";
};
default_session = initial_session;
};
};
}