Add gnome-terminal

This commit is contained in:
iFargle 2023-07-07 16:47:49 +09:00
parent 106e6ba0aa
commit 556abd25f0

View file

@ -7,4 +7,21 @@
../../common/dotfiles/bash.nix
../../common/dotfiles/firefox.nix
];
# Set gnome-terminal info
# https://mipmip.github.io/home-manager-option-search/?query=programs.gnome-terminal
programs.gnome-terminal = {
enable = true;
showMenubar = false;
themeVariant = "system";
proifle.default = {
audibleBell = true;
allowBold = true;
boldIsBright = true;
cursorBlinkMode = "off";
cursorShape = "ibeam";
};
};
}