This commit is contained in:
2026-01-07 11:49:25 -07:00
parent 096d8c7a3e
commit ec0b25779f
2 changed files with 10 additions and 2 deletions

View File

@@ -33,7 +33,11 @@
enable = true; enable = true;
enableFishIntegration = true; enableFishIntegration = true;
settings = { settings = {
window-new-tab-cwd = "home"; window-inherit-working-directory = "false";
theme = "Atom";
font-size = "18";
window-height = "30";
window-width = "120";
}; };
}; };
home.sessionVariables = { home.sessionVariables = {

View File

@@ -75,7 +75,11 @@ in {
enable = true; enable = true;
enableFishIntegration = true; enableFishIntegration = true;
settings = { settings = {
window-new-tab-cwd = "home"; window-inherit-working-directory = "false";
theme = "Atom";
font-size = "18";
window-height = "30";
window-width = "120";
}; };
}; };
programs.fish = { programs.fish = {