code
This commit is contained in:
parent
e1a6ff9eec
commit
223e5c82dd
11
modules/apps/code/default.nix
Normal file
11
modules/apps/code/default.nix
Normal 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
|
||||
];
|
||||
};
|
||||
}
|
|
@ -10,5 +10,6 @@
|
|||
./vm
|
||||
./zsh
|
||||
./tools
|
||||
./code
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue