Changes
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{ ... }: {
|
||||
imports = [ ./colors.nix ];
|
||||
# Temp
|
||||
# imports = [ ./colors.nix ];
|
||||
|
||||
programs.kitty = {
|
||||
enable = true;
|
||||
shellIntegration.enableFishIntegration = true;
|
||||
settings = {
|
||||
editor = "micro";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user