This commit is contained in:
Kopatz
2023-11-21 23:19:35 +01:00
parent 9bcd8c09d0
commit 71705b84c0
7 changed files with 280 additions and 0 deletions

View File

@@ -9,6 +9,12 @@
desktopManager.gnome.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;
environment.sessionVariables.NIXOS_OZONE_WL = "1";
environment.gnome.excludePackages = (with pkgs; [
gnome-photos
gnome-tour