This commit is contained in:
2025-03-14 23:54:42 +00:00
parent 0e91761bf6
commit c13476e500
6 changed files with 60 additions and 7 deletions

View File

@@ -0,0 +1,14 @@
{
pkgs,
lib,
hostname,
...
}: {
home.file.".config/ghostty/config" = {
source = ./config;
};
programs.ghostty = {
enable = true;
};
}