nix flake update + website
This commit is contained in:
parent
1d8b29fec3
commit
9f332da434
6 changed files with 48 additions and 22 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ in
|
|||
config = mkIf cfg.enable {
|
||||
environment.systemPackages = with pkgs; [
|
||||
bitwarden-desktop
|
||||
calibre
|
||||
# calibre FIXME: broken atm
|
||||
colmena
|
||||
fuzzel
|
||||
gh
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ in
|
|||
gnumake
|
||||
man-pages
|
||||
man-pages-posix
|
||||
nixfmt-rfc-style
|
||||
nixfmt
|
||||
python313
|
||||
python313Packages.mypy
|
||||
rustup
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue