passing thru pkgs
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user