mirror of
https://github.com/semere-meb/dotfiles-nix.git
synced 2026-08-03 10:24:36 +00:00
auto login using getty
This commit is contained in:
parent
0077d0a5ee
commit
839b7404cf
2 changed files with 18 additions and 0 deletions
|
|
@ -36,6 +36,8 @@ in
|
|||
security.polkit.enable = true;
|
||||
security.pam.services.swaylock = {};
|
||||
|
||||
services.getty.autologinUser = "${userVars.username}";
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
pamixer
|
||||
brightnessctl
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue