feat: auto login with sddm
This commit is contained in:
parent
3fcf3763f4
commit
4d5e86cafd
1 changed files with 4 additions and 4 deletions
|
@ -24,10 +24,10 @@
|
||||||
(builtins.getFlake "github:hyprwm/Hyprland").packages.x86_64-linux.default
|
(builtins.getFlake "github:hyprwm/Hyprland").packages.x86_64-linux.default
|
||||||
];
|
];
|
||||||
defaultSession = "hyprland";
|
defaultSession = "hyprland";
|
||||||
#autoLogin = { # logs out after a minute
|
autoLogin = { # logs out after a minute
|
||||||
# enable = true;
|
enable = true;
|
||||||
# user = "matt";
|
user = "matt";
|
||||||
#};
|
};
|
||||||
};
|
};
|
||||||
libinput.enable = true;
|
libinput.enable = true;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue