[WIP] Refactor nix config
This commit is contained in:
9
newnix/modules/home/llm.nix
Normal file
9
newnix/modules/home/llm.nix
Normal file
@@ -0,0 +1,9 @@
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
claude-code
|
||||
opencode
|
||||
gemini-cli
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user