Skip to content
This repository has been archived by the owner on Jan 23, 2025. It is now read-only.

Commit

Permalink
Prevent boot logs from showing on tuigreet screen
Browse files Browse the repository at this point in the history
  • Loading branch information
Rosuavio committed Jan 5, 2024
1 parent ee2fad7 commit 9445ece
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions module/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,11 @@ in
};
};

systemd.services.greetd.serviceConfig = {
# Prevents some boot logs from showing on tuigreet.
TTYReset = true;
};

services.xserver.displayManager.sessionPackages = [
# Here for most login managers who know to check $XDG_DATA_DIRS/share/{xsessions, wayland-sessions}
# Of the greeters the one that checks using XDG_DATA_DIRS (probably) are qtgreetd and regreet.
Expand Down

0 comments on commit 9445ece

Please sign in to comment.