flocon/home/terminal/emulators/gnome-terminal.nix

16 lines
307 B
Nix
Raw Normal View History

{
programs.gnome-terminal = {
enable = true;
showMenubar = false;
profile = {
"4621184a-b921-42cf-80a0-7784516606f2" = {
default = true;
audibleBell = false;
allowBold = true;
visibleName = "default";
font = "monospace 14";
};
};
};
}