treewide: update to nixos 23.11

This commit is contained in:
2023-12-18 20:59:48 +01:00
parent fe30e15f5b
commit 3a52ba8901
9 changed files with 71 additions and 122 deletions

View File

@@ -63,7 +63,7 @@
enable-fzf-tab
zstyle ':fzf-tab:complete:cd:*' fzf-preview '${pkgs.exa}/bin/exa -1 --color=always $realpath'
zstyle ':fzf-tab:complete:cd:*' fzf-preview '${lib.getExe pkgs.eza} -1 --color=always $realpath'
# Use tmux buffer if we are inside tmux
if ! { [ "$TERM" = "screen" ] && [ -n "$TMUX" ]; } then