nixos/overlays/modifications/ghostty.nix

10 lines
164 B
Nix
Raw Normal View History

{ inputs, ... }:
final: prev:
let
inherit (final) stdenv;
inherit (stdenv.hostPlatform) system;
in
{
ghostty = inputs.ghostty.packages."${system}".default;
}