1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-03 05:23:32 +02:00
home-manager/tests/modules/programs/vscode/default.nix
Felix Leitz 24c1a6335e
vscode: add options for global and user snippets (#3765)
Co-authored-by: Felix Leitz <felix.leitz92@gmail.com>
2023-03-13 18:45:03 +01:00

7 lines
158 B
Nix

{
vscode-keybindings = ./keybindings.nix;
vscode-tasks = ./tasks.nix;
vscode-update-checks = ./update-checks.nix;
vscode-snippets = ./snippets.nix;
}