feat: install howdoi
This commit is contained in:
parent
7d2dd68bc5
commit
0daeddf190
1 changed files with 49 additions and 46 deletions
|
|
@ -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 ]);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue