ooknet/modules/home/workstation/terminal/ghostty.nix
2024-12-29 22:12:07 +11:00

14 lines
193 B
Nix

{
inputs,
inputs',
...
}: {
imports = [
inputs.ghostty-hm.homeModules.default
];
programs.ghostty = {
enable = true;
package = inputs'.ghostty.packages.default;
};
}