add ghostty to flake

This commit is contained in:
Osman Faruk Bayram 2025-05-25 23:49:37 +03:00
parent 13148a680e
commit 30d8f6d107
2 changed files with 12 additions and 0 deletions

11
home/ghostty.nix Normal file
View file

@ -0,0 +1,11 @@
{
pkgs,
lib,
...
}: {
programs.ghosty = {
enable = true;
settings = {
};
};
}

View file

@ -6,6 +6,7 @@
imports = [
./alacritty.nix
./tmux
./ghostty.nix
./git.nix
./gtk.nix
./ssh.nix