passing thru pkgs

This commit is contained in:
John Lancaster
2026-03-26 16:56:52 -05:00
parent 9f2a55cfd6
commit 29853f4a35
+1 -1
View File
@@ -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;