Skip to content

Commit f85dcd2

Browse files
committed
feat: add claude-code and enable unfree packages
Add claude-code CLI tool and enable allowUnfree to support non-free software packages in the configuration.
1 parent 6d94459 commit f85dcd2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

lib/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ in {
5555
# ];
5656
overlays = localOverlays;
5757
# activate unfree when I know that I need it.
58-
config.allowUnfree = false;
58+
config.allowUnfree = true;
5959
}
6060
);
6161

users/refnode/default.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@
131131
unstable.taskwarrior3
132132
# unstable.ladybird
133133
neomutt
134+
unstable.claude-code
134135
];
135136

136137
home.sessionVariables = {

0 commit comments

Comments
 (0)