revert fixed gnome login issue
This commit is contained in:
2025-08-02 20:46:18 -05:00
parent bcbd8a1009
commit 2757cf2c51
26 changed files with 4 additions and 2435 deletions

View File

@@ -64,6 +64,10 @@
};
};
# Workaround for GNOME autologin: https://github.com/NixOS/nixpkgs/issues/103746#issuecomment-945091229
systemd.services."getty@tty1".enable = true;
systemd.services."autovt@tty1".enable = true;
# Allow Flatpak
services.flatpak.enable = true;