Expose terminal appearance (font, cursor, scrollback) as options #3
Labels
No labels
bug
docs
enhancement
good first issue
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
pedromcaraujo/forge#3
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Terminal display settings are baked into the ttyd flags at
modules/ttyd.nix:84-89:fontFamily='JetBrainsMono Nerd Font,monospace'fontSize=14cursorStyle=blockcursorBlink=truescrollback=10000For a reusable flake these should be
myServices.forgeoptions so a deployer can change the terminal look without editing the module. Keep the current values as defaults.Related: tmux
history-limitis separately hardcoded atmodules/shell.nix:23— worth aligning with the scrollback option.