We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d94459 commit f85dcd2Copy full SHA for f85dcd2
lib/default.nix
@@ -55,7 +55,7 @@ in {
55
# ];
56
overlays = localOverlays;
57
# activate unfree when I know that I need it.
58
- config.allowUnfree = false;
+ config.allowUnfree = true;
59
}
60
);
61
users/refnode/default.nix
@@ -131,6 +131,7 @@
131
unstable.taskwarrior3
132
# unstable.ladybird
133
neomutt
134
+ unstable.claude-code
135
];
136
137
home.sessionVariables = {
0 commit comments