ljasdkljadsljk

This commit is contained in:
2026-01-19 03:12:18 +01:00
parent b6a9b02b85
commit b307921b52

View File

@@ -20,6 +20,12 @@
# "x86_64-windows"
# ];
services.displayManager.autoLogin.enable = true;
services.displayManager.autoLogin.user = "pbsds";
# tmp: https://github.com/NixOS/nixpkgs/issues/103746#issuecomment-945091229
systemd.services."getty@tty1".enable = false;
systemd.services."autovt@tty1".enable = false;
# amdgpu audio fix when at 4k@60fps
# boot.kernelPackages = pkgs.linuxPackages_latest;