From d6649cfa0b19da29bb20e3dc0ec01ebf5fad7b32 Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Sat, 28 Mar 2026 00:48:46 -0500 Subject: [PATCH] prune obsolete fixed stuff --- modules/features/gnome.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/modules/features/gnome.nix b/modules/features/gnome.nix index 36d6faa..db003b8 100644 --- a/modules/features/gnome.nix +++ b/modules/features/gnome.nix @@ -11,10 +11,6 @@ pkgs.gnome-settings-daemon # For gnome systray icons ]; }; - - # Workaround for GNOME autologin: https://github.com/NixOS/nixpkgs/issues/103746#issuecomment-945091229 - systemd.services."getty@tty1".enable = false; - systemd.services."autovt@tty1".enable = false; }; flake.modules.homeManager.gnome = { config, pkgs, ... }: