fix(home/common): use aichat instead of aichat-full
This commit is contained in:
parent
970b75b064
commit
b2091de9c9
@ -15,9 +15,7 @@ let
|
||||
tree
|
||||
] ++ lib.optional (!pkgs.stdenv.isDarwin) pastebinit;
|
||||
|
||||
unstablePkgs = with pkgs.unstablePkgs; [
|
||||
aider-chat-full
|
||||
];
|
||||
unstablePkgs = with pkgs.unstablePkgs; [ aider-chat ];
|
||||
in
|
||||
{
|
||||
imports = [
|
||||
@ -28,7 +26,7 @@ in
|
||||
|
||||
home = {
|
||||
packages = stablePkgs ++ unstablePkgs;
|
||||
|
||||
|
||||
stateVersion = "24.11";
|
||||
};
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user