ghostty config

This commit is contained in:
2026-01-06 14:25:41 -07:00
parent ee632f7ea9
commit 909c72a310
2 changed files with 8 additions and 1 deletions

View File

@@ -29,6 +29,13 @@
programs.direnv = {
enable = true;
};
programs.ghostty = {
enable = true;
enableFishIntegration = true;
settings = {
window-new-tab-cwd = "home";
};
};
home.sessionVariables = {
EDITOR = "vim";
};

View File

@@ -50,7 +50,7 @@ in {
firefoxpwa
bluetui
#nixfmt-classic
opencodeFlake.packages.${system}.opencode
opencodeFlake.packages.${pkgs.stdenv.hostPlatform.system}.opencode
bitwarden-desktop
wiremix
(config.lib.nixGL.wrap moonlight-qt)