1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-10 23:00:39 +02:00

feat: add cloc to dev packages and disable ligatures only on cursor in kitty

This commit is contained in:
oddlama 2023-09-04 16:19:03 +02:00
parent 09798a5b24
commit 9a1a7be247
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
2 changed files with 5 additions and 2 deletions

View file

@ -10,6 +10,7 @@
packages = with pkgs; [
git-lfs
d2
cloc
];
};
@ -17,6 +18,8 @@
direnv = {
enable = true;
nix-direnv.enable = true;
# Store layout configs in an XDG directory and not in a .direnv local directory
stdlib = ''
: ''${XDG_CACHE_HOME:=$HOME/.cache}
declare -A direnv_layout_dirs

View file

@ -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";