mirror of
https://github.com/nix-community/home-manager
synced 2024-11-19 01:29:46 +01:00
d3f21617ac
Update notification popups are annoying when vscode/vscodium is managed by Home Manager. However, as these settings also require the configuration to be managed via `userSettings`, they are disabled by default.
4 lines
92 B
Nix
4 lines
92 B
Nix
{
|
|
vscode-keybindings = ./keybindings.nix;
|
|
vscode-update-checks = ./update-checks.nix;
|
|
}
|