Add support for kitty's automatic theme switching based on OS color scheme. This creates the required auto theme config files: - light-theme.auto.conf - dark-theme.auto.conf - no-preference-theme.auto.conf Closes: nix-community/home-manager#6869
8 lines
356 B
Nix
8 lines
356 B
Nix
{
|
|
kitty-example-settings = ./example-settings.nix;
|
|
kitty-theme-to-themeFile = ./theme-to-themeFile.nix;
|
|
kitty-null-shellIntegration = ./null-shellIntegration.nix;
|
|
kitty-example-mkOrder = ./example-mkOrder.nix;
|
|
kitty-example-quickAccessTerminalConfig = ./example-quickAccessTerminalConfig.nix;
|
|
kitty-auto-theme-files = ./auto-theme-files.nix;
|
|
}
|