kitty: add quick-access-terminal configuration
Some checks are pending
/ triage (push) Waiting to run
GitHub Pages / publish (ubuntu-latest) (push) Waiting to run

This commit is contained in:
Matt Bryant 2025-09-08 22:05:49 -07:00 committed by Austin Horstman
parent 26993d87fd
commit d587e11cef
5 changed files with 65 additions and 1 deletions

View file

@ -0,0 +1,10 @@
{ config, ... }:
{
time = "2025-09-09T05:33:53+00:00";
condition = config.programs.kitty.enable;
message = ''
Kitty 0.42 adds a quick access terminal that appears and disappears with a key press.
You can now configure this with 'programs.kitty.quickAccessTerminalConfig'.
'';
}