dotfiles/home/modules/ghostty.nix

8 lines
101 B
Nix
Raw Normal View History

2024-12-28 03:19:37 -06:00
{
inputs,
pkgs,
...
}: {
home.packages = [inputs.ghostty.packages.${pkgs.system}.default];
}