mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 00:29:43 -04:00
try
This commit is contained in:
parent
7f349e4763
commit
f9213401d1
1 changed files with 5 additions and 12 deletions
|
|
@ -39,9 +39,10 @@
|
|||
cyan = "#56b6c2";
|
||||
white = "#ffffff";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
font = {
|
||||
size = 12;
|
||||
normal = {
|
||||
family = "Terminus";
|
||||
style = "Regular";
|
||||
|
|
@ -61,21 +62,13 @@
|
|||
family = "Terminus";
|
||||
style = "Bold Italic";
|
||||
};
|
||||
|
||||
fallback = [
|
||||
{ family = "Noto Color Emoji"; }
|
||||
];
|
||||
};
|
||||
|
||||
size = 16;
|
||||
|
||||
cursor = {
|
||||
color = "#ffffff";
|
||||
style = {
|
||||
shape = "Block";
|
||||
blinking = "Always";
|
||||
blink_interval = 750;
|
||||
};
|
||||
# shape = "Block";
|
||||
# blinking = "Always";
|
||||
# blink_interval = 750;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue