feat: change pickwick configuration

This commit is contained in:
Ray Andrew 2025-12-18 13:27:51 -06:00
parent 3f39d3e334
commit 439f84a7ea
No known key found for this signature in database

View file

@ -41,6 +41,16 @@
};
};
virtualisation.docker.rootless = {
enable = true;
setSocketVariable = true;
};
hm.home.packages = with pkgs; [
vscode
claude-code
];
# home manager
hm.custom = {
emacs.enable = true;
@ -49,6 +59,7 @@
default.enable = true;
i3.enable = true;
ghostty.enable = true;
firefox.enable = true;
};
email = {
enable = true;