kitty: add quick-access-terminal configuration
This commit is contained in:
parent
26993d87fd
commit
d587e11cef
5 changed files with 65 additions and 1 deletions
10
modules/misc/news/2025/09/2025-09-08_22-33-53.nix
Normal file
10
modules/misc/news/2025/09/2025-09-08_22-33-53.nix
Normal 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'.
|
||||
'';
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue