Skip to content

Instantly share code, notes, and snippets.

@eg-ayoub
eg-ayoub / kitty.nix
Created April 21, 2025 08:32
Home-manager+Kitty: auto dark and light theme.
# Inspired from https://github.com/nix-community/home-manager/blob/master/modules/programs/kitty.nix
{ lib, inputs, pkgs, config, ... }:
let
cfg = config.kitty;
in
{
options.kitty = {
enable = lib.mkEnableOption "enable kitty";
# can add options for theme names here