diff --git a/common/nixos/tuigreet.nix b/common/nixos/tuigreet.nix index c92ccaf..5114705 100644 --- a/common/nixos/tuigreet.nix +++ b/common/nixos/tuigreet.nix @@ -5,7 +5,6 @@ settings = { default_session = { command = "${pkgs.greetd.tuigreet}/bin/tuigreet --remember --asterisks --container-padding 2 --time --time-format '%I:%M %p | %a • %h | %F' --cmd Hyprland"; - # command = "${pkgs.greetd.tuigreet}/bin/tuigreet --time --cmd Hyprland"; user = "greeter"; }; }; @@ -17,14 +16,12 @@ Type = "idle"; StandardInput = "tty"; StandardOutput = "tty"; - StandardError = "journal"; # Without this errors will spam on screen - # Without these bootlogs will spam on screen + StandardError = "journal"; TTYReset = true; TTYVHangup = true; TTYVTDisallocate = true; }; - security.pam.services.greetd.enableGnomeKeyring = true; - # To prevent getting stuck at shutdown + systemd.extraConfig = "DefaultTimeoutStopSec=10s"; }