Files
parana/modules/kitty/default.nix
2026-07-10 20:07:29 -04:00

5 lines
60 B
Nix

{ inputs, ... }:
{
imports = [ (import ./kitty.nix) ];
}