This commit is contained in:
2024-02-27 13:55:59 -07:00
parent 8bef0233ba
commit 33df980fa6
36 changed files with 586 additions and 241 deletions

View File

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

View File

@@ -1,9 +1,9 @@
{ ... }: {
imports = [ ./colors.nix ];
# Temp
# imports = [ ./colors.nix ];
programs.kitty = {
enable = true;
shellIntegration.enableFishIntegration = true;
settings = {
editor = "micro";