claude sucks

This commit is contained in:
ryan 2025-08-10 20:59:54 -07:00
parent f3f8022aa3
commit 01b20ef01c

View File

@ -81,6 +81,8 @@ in
RELEASE_COOKIE = "systant-bypass-cookie";
# Set log level to debug for troubleshooting
SYSTANT_LOG_LEVEL = "debug";
# Ensure we have the full system PATH including /run/current-system/sw/bin where grim lives
PATH = mkForce "/run/wrappers/bin:/run/current-system/sw/bin:/usr/bin:/bin";
};
serviceConfig = {
@ -93,8 +95,6 @@ in
StandardError = "journal";
SyslogIdentifier = "systant";
WorkingDirectory = "${cfg.package}";
# Import environment from user session
ExecStartPre = "${pkgs.systemd}/bin/systemctl --user import-environment PATH XDG_RUNTIME_DIR WAYLAND_DISPLAY";
};
};
};