···469469 environment.pathsToLink =
470470 [ "/etc/xdg" "/share/xdg" "/share/applications" "/share/icons" "/share/pixmaps" ];
471471472472+ # The default max inotify watches is 8192.
473473+ # Nowadays most apps require a good number of inotify watches,
474474+ # the value below is used by default on several other distros.
475475+ boot.kernel.sysctl."fs.inotify.max_user_watches" = mkDefault 524288;
476476+472477 systemd.defaultUnit = mkIf cfg.autorun "graphical.target";
473478474479 systemd.services.display-manager =