use rust nightly; disable man cache; some zsh nicieties

This commit is contained in:
cy 2025-02-27 12:48:18 -05:00
parent 8a75f0e7de
commit 6519ab7f06
Signed by: cy
SSH key fingerprint: SHA256:o/geVWV4om1QhUSkKvDQeW/eAihwnjyXkqMwrVdbuts
3 changed files with 5 additions and 2 deletions

View file

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