updated helix config

This commit is contained in:
specCon18 2023-08-15 03:13:57 -04:00
parent 29f24dabfc
commit f4f4f3c569
3 changed files with 24 additions and 4 deletions

View file

@ -3,6 +3,13 @@
programs.alacritty = {
enable = true;
settings = {
cursor = {
style = {
shape = "Beam";
blinking = "On";
blink_interval = 75;
};
};
window = {
dimensions = {
columns = 120;