This commit is contained in:
smayzy
2025-08-02 15:20:59 +02:00
parent 6c094967e3
commit 1f6904cbc9
6 changed files with 29 additions and 23 deletions
+3 -9
View File
@@ -1,15 +1,9 @@
{ config, lib, ... }:
{ smayzy, lib, ... }:
let
inherit (lib) mkIf mkOption types;
inherit (lib) mkIf;
in
{
options.smayzy.kitty.enable = mkOption {
type = types.bool;
default = false;
description = "kitty config";
};
config = mkIf config.smayzy.kitty.enable {
config = mkIf smayzy.kitty.enable {
programs.kitty = {
enable = true;
settings = {