feat: change pickwick configuration
This commit is contained in:
parent
3f39d3e334
commit
439f84a7ea
1 changed files with 11 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue