diff options
Diffstat (limited to 'nix-conf/home/includes/common.nix')
-rw-r--r-- | nix-conf/home/includes/common.nix | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/nix-conf/home/includes/common.nix b/nix-conf/home/includes/common.nix index c60374b..e12558c 100644 --- a/nix-conf/home/includes/common.nix +++ b/nix-conf/home/includes/common.nix @@ -53,6 +53,7 @@ in bandwhich bottom broot + comma curl diff-so-fancy difftastic @@ -85,6 +86,7 @@ in nvd pass procs + pstree rage ripgrep rlwrap @@ -99,12 +101,12 @@ in uni unzip w3m + xan yq zip zstd unstable.nixfmt-rfc-style - unstable.wcurl ]; programs.bat = { @@ -129,8 +131,7 @@ in programs.eza = { enable = true; git = true; - # TODO remove when 24.11 is released - icons = if builtins.substring 0 5 lib.version == "24.05" then true else "auto"; + icons = "auto"; enableBashIntegration = false; enableZshIntegration = false; enableFishIntegration = false; @@ -364,6 +365,7 @@ in programs.lsd = { enable = true; + enableZshIntegration = false; # don't set aliases settings = { indicators = true; #layout = "oneline"; |