ADDED ghostty

This commit is contained in:
kenji
2025-12-23 20:59:59 +00:00
parent 587266c904
commit 69b3d42f9a
3 changed files with 7 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
{pkgs, ...}: {
home.packages = [
ghostty
];
}
+1 -1
View File
@@ -1,5 +1,5 @@
{pkgs, ...}: {
program.yazi = {
programs.yazi = {
enable = true;
enableFishIntegration = true;
settings = {
+1
View File
@@ -4,5 +4,6 @@
../../apps/git/home.nix
../../apps/zoxide/home.nix
../../apps/fish/home.nix
../../apps/ghostty/home.nix
];
}