Skip to content

Commit

Permalink
add ai
Browse files Browse the repository at this point in the history
  • Loading branch information
yuanwang-wf committed Nov 1, 2023
1 parent 0615364 commit 2b16857
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions modules/ai.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ in
config = mkIf cfg.enable {
home-manager.users.${config.my.username} = {
home.packages = [
(pkgs.python3.withPackages (ps:
with ps; [
huggingface-hub
]))
ollama
# (pkgs.python3.withPackages (ps:
# with ps; [
# huggingface-hub
# ]))
pkgs.ollama
];
};
};
Expand Down

0 comments on commit 2b16857

Please sign in to comment.