feat: install howdoi

This commit is contained in:
wi11-holdsworth 2025-09-24 19:17:02 +10:00
parent 7d2dd68bc5
commit 0daeddf190

View file

@ -24,7 +24,9 @@ in
systemd-boot.enable = lib.mkDefault true;
tailscale.enable = lib.mkDefault true;
environment.systemPackages = with pkgs; [
environment.systemPackages =
with pkgs;
[
# keep-sorted start
bottom # top
broot # large directory browser
@ -69,5 +71,6 @@ in
xh # curl
xxh # use shell config in remote sessions
# keep-sorted end
];
]
++ (with pkgs.python312Packages; [ howdoi ]);
}