prune obsolete fixed stuff

This commit is contained in:
John Lancaster
2026-03-28 00:48:46 -05:00
parent bc985111fb
commit d6649cfa0b
-4
View File
@@ -11,10 +11,6 @@
pkgs.gnome-settings-daemon # For gnome systray icons pkgs.gnome-settings-daemon # For gnome systray icons
]; ];
}; };
# 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;
}; };
flake.modules.homeManager.gnome = { config, pkgs, ... }: flake.modules.homeManager.gnome = { config, pkgs, ... }: