flake update #2

Merged
Richie merged 12 commits from feature/flake-update into main 2026-05-14 15:12:40 -04:00
2 changed files with 9 additions and 0 deletions
Showing only changes of commit fb2519046d - Show all commits
+1
View File
@@ -1,6 +1,7 @@
{ config, ... }:
{
imports = [
./llm_tools.nix
./cli
./programs.nix
./ssh_config.nix
+8
View File
@@ -0,0 +1,8 @@
{ pkgs, ... }:
{
home.packages = [
pkgs.claude-code
pkgs.master.codex
pkgs.master.opencode
];
}