updated helix config
This commit is contained in:
parent
29f24dabfc
commit
f4f4f3c569
3 changed files with 24 additions and 4 deletions
|
|
@ -3,6 +3,13 @@
|
|||
programs.alacritty = {
|
||||
enable = true;
|
||||
settings = {
|
||||
cursor = {
|
||||
style = {
|
||||
shape = "Beam";
|
||||
blinking = "On";
|
||||
blink_interval = 75;
|
||||
};
|
||||
};
|
||||
window = {
|
||||
dimensions = {
|
||||
columns = 120;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue