Clean up renamed options and packages

This commit is contained in:
Daniel Lundin 2024-08-08 00:40:49 +02:00
parent d527f939b6
commit b636050ab6
No known key found for this signature in database
2 changed files with 13 additions and 12 deletions

View file

@ -23,22 +23,22 @@ in
gnome-tour
snapshot
])
++ (with pkgs.gnome; [
atomix # puzzle game
++ (with pkgs; [
baobab # disk usage analyzer
cheese # webcam tool
epiphany # web browser
geary # email reader
gnome-clocks
gnome-contacts
gnome.atomix # puzzle game
gnome-disk-utility
gnome-logs
gnome-music
gnome.gnome-clocks
gnome.gnome-contacts
gnome.gnome-logs
gnome.gnome-music
gnome.hitori # sudoku game
gnome.iagno # go game
gnome.tali # poker game
gnome-terminal
hitori # sudoku game
iagno # go game
simple-scan
tali # poker game
yelp # help viewer
]);
@ -84,9 +84,10 @@ in
services.printing.enable = true;
services.displayManager.defaultSession = "gnome";
services.xserver = {
enable = true;
displayManager.defaultSession = "gnome";
displayManager.gdm.enable = true;
displayManager.gdm.autoSuspend = false;
desktopManager.gnome.enable = true;

View file

@ -104,8 +104,8 @@
podman.enable = true;
};
services.xserver.displayManager.autoLogin.enable = true;
services.xserver.displayManager.autoLogin.user = "dln";
services.displayManager.autoLogin.enable = true;
services.displayManager.autoLogin.user = "dln";
systemd.services."getty@tty1".enable = false;
systemd.services."autovt@tty1".enable = false;