mirror of
https://github.com/Smaug123/nix-dotfiles
synced 2025-10-06 06:58:41 +00:00
10 lines
107 B
Nix
10 lines
107 B
Nix
{pkgs, ...}: {
|
|
programs.ghostty = {
|
|
enable = true;
|
|
};
|
|
|
|
home.packages = [
|
|
pkgs.ghostty
|
|
];
|
|
}
|