From 338ef34212cb9811cad94ec467f20ed0d506d158 Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Thu, 26 Mar 2026 16:58:22 -0500 Subject: [PATCH] typo --- modules/features/gnome.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/features/gnome.nix b/modules/features/gnome.nix index ec052f0..fddf995 100644 --- a/modules/features/gnome.nix +++ b/modules/features/gnome.nix @@ -1,5 +1,5 @@ { inputs, ... }: { - flake.modules.nixos.gnmoe = {pkgs, ... }: { + flake.modules.nixos.gnome = {pkgs, ... }: { # 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;