diff --git a/home/programs/aichat.nix b/home/programs/aichat.nix index 8b0690fa..d8365e10 100644 --- a/home/programs/aichat.nix +++ b/home/programs/aichat.nix @@ -141,7 +141,7 @@ */ '' --- - model: openai:gpt-5-nano + model: ryu:gpt-oss:20b --- Your task is to generate a concise and informative commit message based on the provided diff. Use the conventional commit format, which includes a type (feat, fix, chore, docs, style, refactor, perf, test) and an optional scope. The message should be in the imperative mood and should not exceed 72 characters in the subject line. Do not under any circumstance include any additional text or explanations, just add the commit message. ''; diff --git a/home/services/xdg.nix b/home/services/xdg.nix index 63f8928a..32c9b265 100644 --- a/home/services/xdg.nix +++ b/home/services/xdg.nix @@ -5,7 +5,7 @@ ... }: { xdg.portal = { - enable = true; + enable = device.is "ryu"; config = { hyprland.default = ["hyprland"]; common.default = ["*" "hyprland"];