Sefa Eyeoglu
a835096fd2
kitty: add shellIntegration ( #3759 )
...
Kitty provides integrations for bash, fish and zsh. The new
programs.kitty.shellIntegration options allow the configuration of
these integrations.
See <https://sw.kovidgoyal.net/kitty/shell-integration > for more details.
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2023-05-12 11:20:22 +02:00
Matthieu Coudron
4c8c1c9977
kitty: produce fewer empty lines
...
This generates a more compact configuration file.
2022-08-26 00:17:05 +02:00
Nelson Alex Jeppesen
e2aa1f5986
kitty: add option theme
( #2710 )
...
Add Kitty option to install kitty-themes and configure Kitty to use
one of those themes
2022-02-08 11:54:24 -07:00
Robert Helgesson
cb09a968e9
tests: add option test.stubs
...
This option provides a more convenient way to overlay dummy packages.
It also adds a function `config.lib.test.mkStubPackage` that can,
e.g., be used for `package` options.
2021-09-26 23:26:38 +02:00
Jason Felice
33db7cc6a6
kitty: add environment and darwinLaunchOptions options ( #2280 )
...
* kitty: add environment option
* kitty: add darwinLaunchOptions option
See https://sw.kovidgoyal.net/kitty/faq/#how-do-i-specify-command-line-options-for-kitty-on-macos
* kitty: only allow darwinLaunchOptions on darwin
* kitty: make expression shorter
* kitty: fix assertion message
2021-08-26 22:08:34 -04:00
Robert Helgesson
5ae7817dc5
kitty: use dummy package in test
...
Also remove assignment to non-existent option
`programs.kitty.package`.
2021-04-29 00:40:32 +02:00
Sebastian Zivota
33edf558a0
lib/types/fontType: Add size attribute ( #1848 )
...
* lib/types: Add size attribute to fontType
* tests: Add test for kitty
* modules/types/fontType: Make size nullable
* Add release notes
Co-authored-by: Sebastian Zivota <sebastian.zivota@mailbox.org>
2021-04-07 16:18:09 +02:00