ghostty config
This commit is contained in:
@@ -29,6 +29,13 @@
|
|||||||
programs.direnv = {
|
programs.direnv = {
|
||||||
enable = true;
|
enable = true;
|
||||||
};
|
};
|
||||||
|
programs.ghostty = {
|
||||||
|
enable = true;
|
||||||
|
enableFishIntegration = true;
|
||||||
|
settings = {
|
||||||
|
window-new-tab-cwd = "home";
|
||||||
|
};
|
||||||
|
};
|
||||||
home.sessionVariables = {
|
home.sessionVariables = {
|
||||||
EDITOR = "vim";
|
EDITOR = "vim";
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -50,7 +50,7 @@ in {
|
|||||||
firefoxpwa
|
firefoxpwa
|
||||||
bluetui
|
bluetui
|
||||||
#nixfmt-classic
|
#nixfmt-classic
|
||||||
opencodeFlake.packages.${system}.opencode
|
opencodeFlake.packages.${pkgs.stdenv.hostPlatform.system}.opencode
|
||||||
bitwarden-desktop
|
bitwarden-desktop
|
||||||
wiremix
|
wiremix
|
||||||
(config.lib.nixGL.wrap moonlight-qt)
|
(config.lib.nixGL.wrap moonlight-qt)
|
||||||
|
|||||||
Reference in New Issue
Block a user