nwg-drawer crashes no longer pain

This commit is contained in:
Reid 2025-01-03 18:41:40 -06:00
parent c4fa167aaa
commit e49f2c84bc
Signed by: reidlab
GPG key ID: DAF5EAF6665839FD

View file

@ -27,7 +27,7 @@ in {
Service = { Service = {
Type = "simple"; Type = "simple";
ExecStart = "${lib.getExe cfg.package} -r -nofs -nocats -ovl -term wezterm -spacing 15 -fm nautilus"; ExecStart = "${lib.getExe cfg.package} -r -nofs -nocats -ovl -term wezterm -spacing 15 -fm nautilus -wm hyprland";
Restart = "on-failure"; Restart = "on-failure";
RestartSec = 5; RestartSec = 5;
}; };