This commit is contained in:
joygnu 2024-09-10 22:21:10 +02:00
parent 0d90525621
commit fd0acb4b9d
2 changed files with 12 additions and 0 deletions

View file

@ -0,0 +1,11 @@
{pkgs,...}: {
home-manager.users.joy.programs.vscode = {
enable = true;
package = pkgs.vscodium;
extensions = with pkgs.vscode-extensions; [
dracula-theme.theme-dracula
vscodevim.vim
yzhang.markdown-all-in-one
];
};
}

View file

@ -10,5 +10,6 @@
./vm
./zsh
./tools
./code
];
}