GNOME: Difference between revisions
m →Discover dconf settings: Use code font instead of erroneous backticks. |
No edit summary |
||
| Line 272: | Line 272: | ||
=== Automatic login === | === Automatic login === | ||
For automatic login, include this in your NixOS configuration: | |||
{{File|3={ | {{File|3={ | ||
services | services.displayManager.autoLogin.enable = true; | ||
services | services.displayManager.autoLogin.user = "<your username>"; | ||
}|name=/etc/nixos/configuration.nix|lang=nix}} | }|name=/etc/nixos/configuration.nix|lang=nix}} | ||