All checks were successful
Nix Format Check / check-format (push) Successful in 1m4s
7 lines
97 B
Nix
7 lines
97 B
Nix
{ ghostty, pkgs, ... }:
|
|
{
|
|
home.packages = [
|
|
ghostty.packages.${pkgs.system}.default
|
|
];
|
|
}
|