index
:
nixos-config
main
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
home
/
ebisu
/
shared
/
utility
/
ai.nix
blob: 37b4e4d9d91e31535484ff5820b403c3b100f37b (
plain
) (
blame
)
1
2
3
4
5
6
7
{
pkgs
,
...
}:
{
home
.
packages
=
with
pkgs
;
[
ollama-cuda shell-gpt
];
}