GNOME: Difference between revisions
→To run GNOME programs outside of GNOME: Remove section due to outdated information. |
→Automatic login: Modernize style. |
||
Line 212: | Line 212: | ||
=== Automatic login === | === Automatic login === | ||
As a potential workaround<ref>https://github.com/NixOS/nixpkgs/issues/103746#issuecomment-945091229</ref> for automatic login, include this in your NixOS configuration: | |||
: | |||
{{File|3={ | |||
services.xserver.displayManager.autoLogin.enable = true; | |||
services.xserver.displayManager.autoLogin.user = "account"; | |||
services.xserver.displayManager.autoLogin.enable = true; | |||
services.xserver.displayManager.autoLogin.user = "account"; | |||
systemd.services."getty@tty1".enable = false; | systemd.services."getty@tty1".enable = false; | ||
systemd.services."autovt@tty1".enable = false; | systemd.services."autovt@tty1".enable = false; | ||
} | }|name=/etc/nixos/configuration.nix|lang=nix}} | ||
: | |||
== See also == | == See also == | ||
* [[GNOME/Calendar]] | * [[GNOME/Calendar]] |