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;

View file

@ -15,7 +15,7 @@ in
config = mkIf cfg.enable {
environment.systemPackages = with pkgs; [
bitwarden-desktop
calibre
# calibre FIXME: broken atm
colmena
fuzzel
gh

View file

@ -22,7 +22,7 @@ in
gnumake
man-pages
man-pages-posix
nixfmt-rfc-style
nixfmt
python313
python313Packages.mypy
rustup