From 51d064d406625cb09378974a7720b040f4c63adc Mon Sep 17 00:00:00 2001 From: naturallaw77 Date: Sat, 2 Aug 2025 21:39:20 -0500 Subject: [PATCH] fixed gnome login issue and overall repository --- configuration.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/configuration.nix b/configuration.nix index 10b3390..c4e39f5 100755 --- a/configuration.nix +++ b/configuration.nix @@ -32,6 +32,7 @@ # Enable the X11 windowing system. services.xserver.enable = true; + # Enable the GNOME Desktop Environment. services.displayManager.gdm.enable = true; services.desktopManager.gnome.enable = true; @@ -64,10 +65,6 @@ }; }; - # 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;