diff --git a/users/myuser/dev.nix b/users/myuser/dev.nix index 758528d..b7ad2fa 100644 --- a/users/myuser/dev.nix +++ b/users/myuser/dev.nix @@ -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 diff --git a/users/myuser/graphical/kitty.nix b/users/myuser/graphical/kitty.nix index 345570e..bdeafe1 100644 --- a/users/myuser/graphical/kitty.nix +++ b/users/myuser/graphical/kitty.nix @@ -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";