default.nix 50 B

12345
  1. {
  2. imports = [
  3. ./programs/ghostty.nix
  4. ];
  5. }