clean
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user