diff options
| author | Baitinq <[email protected]> | 2025-08-19 23:26:15 +0200 |
|---|---|---|
| committer | Baitinq <[email protected]> | 2025-08-19 23:26:15 +0200 |
| commit | 51825570551c0ff9293a89777a2c71ad9228a449 (patch) | |
| tree | cf842296b80c6b1e08c98868c58fa331338e9690 /hosts | |
| parent | Hardware: PC: Nvidia (diff) | |
| download | nixos-config-51825570551c0ff9293a89777a2c71ad9228a449.tar.gz nixos-config-51825570551c0ff9293a89777a2c71ad9228a449.tar.bz2 nixos-config-51825570551c0ff9293a89777a2c71ad9228a449.zip | |
Hosts: Add hf package
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/home.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/home.nix b/hosts/home.nix index 2404b72..0a46941 100644 --- a/hosts/home.nix +++ b/hosts/home.nix @@ -85,6 +85,7 @@ kubectl kubectx kubernetes-helm + python313Packages.huggingface-hub ] ++ (with pkgs.custom; [ lemacs |