From 6519ab7f062b380b836f8b5d3d54c90cb5f5c114 Mon Sep 17 00:00:00 2001 From: cy Date: Thu, 27 Feb 2025 12:48:18 -0500 Subject: [PATCH] use rust nightly; disable man cache; some zsh nicieties --- home/yt/common.nix | 3 ++- home/yt/ytnix.nix | 2 +- home/zsh/default.nix | 2 ++ 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/home/yt/common.nix b/home/yt/common.nix index b7c586e..28f3457 100644 --- a/home/yt/common.nix +++ b/home/yt/common.nix @@ -66,6 +66,7 @@ }; }; programs.ripgrep.enable = true; - programs.man.generateCaches = true; + # programs.man.generateCaches = true; # slows down eval programs.fd.enable = true; + news.display = "silent"; } diff --git a/home/yt/ytnix.nix b/home/yt/ytnix.nix index d16cd5f..67625f6 100644 --- a/home/yt/ytnix.nix +++ b/home/yt/ytnix.nix @@ -54,7 +54,7 @@ yarn rclone go - rustup + (rust-bin.selectLatestNightlyWith (toolchain: toolchain.default)) pwgen lua-language-server gnumake diff --git a/home/zsh/default.nix b/home/zsh/default.nix index 0697fbc..311def5 100644 --- a/home/zsh/default.nix +++ b/home/zsh/default.nix @@ -51,6 +51,7 @@ bindkey -M viins "^E" end-of-line bindkey -M viins "^A" beginning-of-line bindkey -M viins "^B" backward-char + bindkey -M viins "^F" forward-char # accept one word completion bindkey -M viins "^S" forward-word @@ -111,6 +112,7 @@ "grv" = "git remote --verbose"; "gs" = "git status --short"; "gss" = "git status"; + "code" = "codium"; }; };