init ghostty

This commit is contained in:
cy 2025-01-20 01:22:16 -05:00
parent 833a228870
commit 64ee8f436f
4 changed files with 143 additions and 6 deletions

6
home/ghostty.nix Normal file
View file

@ -0,0 +1,6 @@
{ ... }: {
programs.ghostty = {
enable = true;
enableZshIntegration = true;
};
}

View file

@ -7,6 +7,7 @@
./common.nix
../foot.nix
../niri
../ghostty.nix
];
home = {
username = "yt";