dotfiles/home/modules/ghostty.nix
2024-12-28 03:19:37 -06:00

7 lines
101 B
Nix
Executable file

{
inputs,
pkgs,
...
}: {
home.packages = [inputs.ghostty.packages.${pkgs.system}.default];
}