mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-04-16 12:19:10 +00:00
home-manager/suites/editors: update VS Code profile settings
This commit is contained in:
parent
ed45b34b50
commit
51f2b966de
@ -38,19 +38,11 @@ in {
|
||||
(lib.mkIf cfg.vscode.enable {
|
||||
programs.vscode = {
|
||||
enable = true;
|
||||
extensions = with pkgs.vscode-extensions; [
|
||||
# All the niceties for developmenties.
|
||||
ms-vscode-remote.vscode-remote-extensionpack
|
||||
ms-vsliveshare.vsliveshare
|
||||
tailscale.vscode-tailscale
|
||||
|
||||
# The other niceties.
|
||||
vscode-icons-team.vscode-icons
|
||||
];
|
||||
|
||||
# Yay! Thank you!
|
||||
mutableExtensionsDir = true;
|
||||
|
||||
profiles.default = {
|
||||
userSettings = {
|
||||
# Editor configurations.
|
||||
"editor.fontFamily" = "monospace";
|
||||
@ -74,6 +66,17 @@ in {
|
||||
"gitlens.showWelcomeOnInstall" = false;
|
||||
"gitlens.plusFeatures.enabled" = false;
|
||||
};
|
||||
|
||||
extensions = with pkgs.vscode-extensions; [
|
||||
# All the niceties for developmenties.
|
||||
ms-vscode-remote.vscode-remote-extensionpack
|
||||
ms-vsliveshare.vsliveshare
|
||||
tailscale.vscode-tailscale
|
||||
|
||||
# The other niceties.
|
||||
vscode-icons-team.vscode-icons
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
xdg.mimeApps.defaultApplications = {
|
||||
|
Loading…
Reference in New Issue
Block a user