forked from mirrors_public/oddlama_nix-config
feat: add cloc to dev packages and disable ligatures only on cursor in kitty
This commit is contained in:
parent
09798a5b24
commit
9a1a7be247
2 changed files with 5 additions and 2 deletions
|
@ -20,8 +20,8 @@
|
|||
# Do not wait for inherited child processes.
|
||||
close_on_child_death = "yes";
|
||||
|
||||
# Disable ligatures.
|
||||
disable_ligatures = "always";
|
||||
# Disable ligatures when the cursor is on them.
|
||||
disable_ligatures = "cursor";
|
||||
|
||||
# Modified onehalfdark color scheme
|
||||
foreground = "#c9d3e5";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue