dotfiles-nixos/home-manager/kitty.nix

8 lines
133 B
Nix
Raw Permalink Normal View History

2023-06-14 14:14:29 +00:00
{ config, lib, pkgs, ... }:
{
home.file."./.config/kitty/" = {
source = ../package-configs/kitty;
recursive = true;
};
}