This commit is contained in:
2024-02-27 13:59:36 -07:00
9 changed files with 68 additions and 20 deletions

View File

@@ -1,7 +1,14 @@
{ config, lib, ... }:
{
config = {
options.custom.colors.kitty = {
enable = lib.mkOption {
type = lib.types.bool;
default = true;
};
};
config = lib.mkDefault {
programs.kitty.settings = with config.custom.colors; {
# Based on https://github.com/mk12/base16-kitty