gnome consolidation

This commit is contained in:
John Lancaster
2026-03-26 16:49:14 -05:00
parent bab4dfa131
commit 731277aad8
4 changed files with 82 additions and 9 deletions
@@ -33,11 +33,6 @@
};
programs.zsh.enable = true;
# 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;
services.openssh.enable = true;
services.tailscale.enable = true;
@@ -51,9 +46,6 @@
samba
];
# For gnome systray icons
services.udev.packages = with pkgs; [ gnome-settings-daemon ];
security.pam.services.swaylock = {};
security.pam.services.swaylock.fprintAuth = true;