group options in my namespace
This commit is contained in:
parent
63ce7eac05
commit
d75e91b7bc
5 changed files with 37 additions and 23 deletions
|
|
@ -5,8 +5,10 @@
|
|||
}:
|
||||
{
|
||||
|
||||
my.overlays.unstable.enable = true;
|
||||
my.allowedUnfreePackages = [ "claude-code" ];
|
||||
my = {
|
||||
allowedUnfreePackages = [ "claude-code" ];
|
||||
overlays.unstable.enable = true;
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
unstable.claude-code
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue