.hive/home/jonas/kitty/kitty.nix

8 lines
65 B
Nix

{
config,
pkgs,
...
}: {
programs.kitty.enable = true;
}