fix: add missing pkgs in pickwick
This commit is contained in:
parent
439f84a7ea
commit
49b9cf08ba
1 changed files with 2 additions and 1 deletions
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
user,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
{
|
||||
|
|
@ -45,7 +46,7 @@
|
|||
enable = true;
|
||||
setSocketVariable = true;
|
||||
};
|
||||
|
||||
|
||||
hm.home.packages = with pkgs; [
|
||||
vscode
|
||||
claude-code
|
||||
|
|
|
|||
Loading…
Reference in a new issue