nix flake update + website

This commit is contained in:
Henri Dohmen 2026-02-27 17:29:34 +01:00
parent 1d8b29fec3
commit 9f332da434
Signed by: hd
GPG key ID: AB79213B044674AE
6 changed files with 48 additions and 22 deletions

View file

@ -52,7 +52,7 @@ with lib;
# Enabled by fish but takes soooo long.
# This is apparently used by some of fish's
# autocomplete features.
documentation.man.generateCaches = false;
documentation.man.cache.enable = false;
# To stop the annoying error on entering wrong commands
programs.command-not-found.enable = false;