ghostty
This commit is contained in:
@@ -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 = {
|
||||||
|
|||||||
@@ -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 = {
|
||||||
|
|||||||
Reference in New Issue
Block a user