File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed
Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ versioning is done in a continuous fashion without worries of breaking changes.
66
77## patches
88
9+ - ` claude ` : praise agentic developments within emergent code change 2026-01-31
910- ` changesets ` : save a package to package package changelog entries 2026-01-31
1011- ` crush ` : uninstall the beautiful promptful prompting terminal app 2026-01-31
1112- ` cloud ` : reverse proxided connection from internet to tom as host 2026-01-24
Original file line number Diff line number Diff line change 55 age # https://github.com/FiloSottile/age
66 cachix # https://github.com/cachix/cachix
77 nur . repos . zimeg . changesets # https://github.com/changesets/changesets
8+ claude-code # https://github.com/anthropics/claude-code
89 cowsay # https://github.com/tnalpgge/rank-amateur-cowsay
910 curl # https://github.com/curl/curl
1011 file # https://github.com/file/file
7576 home . sessionVariables = {
7677 JDTLS_PATH = "${ pkgs . jdt-language-server } /bin/jdtls" ;
7778 } ;
79+ nixpkgs . config . allowUnfreePredicate =
80+ pkg :
81+ builtins . elem ( lib . getName pkg ) [
82+ "claude-code" # https://github.com/anthropics/claude-code/blob/main/LICENSE.md
83+ ] ;
7884 programs . home-manager . enable = true ;
7985 imports = [
8086 ./aerospace
You can’t perform that action at this time.
0 commit comments