From 29853f4a351bf4c6ac73d4aeae79a14b52ca7dbc Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Thu, 26 Mar 2026 16:56:52 -0500 Subject: [PATCH] passing thru pkgs --- 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 37c63d9..ec052f0 100644 --- a/modules/features/gnome.nix +++ b/modules/features/gnome.nix @@ -1,5 +1,5 @@ { inputs, ... }: { - flake.modules.nixos.gnmoe = { + flake.modules.nixos.gnmoe = {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;