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,
|
user,
|
||||||
|
pkgs,
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
{
|
{
|
||||||
|
|
@ -45,7 +46,7 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
setSocketVariable = true;
|
setSocketVariable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
hm.home.packages = with pkgs; [
|
hm.home.packages = with pkgs; [
|
||||||
vscode
|
vscode
|
||||||
claude-code
|
claude-code
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue