adapt vscode breaking naming change

This commit is contained in:
willifan 2025-03-23 20:46:47 +01:00
parent 37173ae905
commit e8e3f0efe6
2 changed files with 55 additions and 52 deletions

View file

@ -6,6 +6,7 @@
enable = true;
package = pkgs.vscodium;
profiles.default = {
userSettings = {
"[nix]"."editor.tabSize" = 2;
"explorer.confirmDragAndDrop" = false;
@ -61,4 +62,5 @@
];
};
};
};
}

View file

@ -65,6 +65,7 @@ in
targets = {
hyprland.hyprpaper.enable = false;
starship.enable = false;
vscode.profileNames = [ "default" ];
};
};