update to 24.05

This commit is contained in:
Vinzenz Schroeter 2024-06-21 17:13:58 +02:00
parent d355e877cd
commit 246eca567a
8 changed files with 13 additions and 12 deletions

View file

@ -26,8 +26,9 @@ in {
# Enable the X11 windowing system / wayland depending on DE
xserver = {
enable = true;
libinput.enable = true;
};
};
libinput.enable = true;
# flatpak xdg-portal-kde crashes, otherwise this would be global
flatpak.enable = true;

View file

@ -17,10 +17,11 @@ in {
desktopManager.gnome.enable = true;
displayManager = {
gdm.enable = true;
defaultSession = "gnome";
};
};
};
displayManager.defaultSession = "gnome";
gnome = {
tracker-miners.enable = false;
tracker.enable = false;

View file

@ -15,7 +15,7 @@ in {
avahi = {
enable = true; # runs the Avahi daemon
nssmdns = true; # enables the mDNS NSS plug-in
nssmdns4 = true; # enables the mDNS NSS plug-in
openFirewall = true; # opens the firewall for UDP port 5353
};
};