adapt vscode breaking naming change
This commit is contained in:
parent
37173ae905
commit
e8e3f0efe6
2 changed files with 55 additions and 52 deletions
|
@ -6,6 +6,7 @@
|
|||
enable = true;
|
||||
package = pkgs.vscodium;
|
||||
|
||||
profiles.default = {
|
||||
userSettings = {
|
||||
"[nix]"."editor.tabSize" = 2;
|
||||
"explorer.confirmDragAndDrop" = false;
|
||||
|
@ -61,4 +62,5 @@
|
|||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
@ -65,6 +65,7 @@ in
|
|||
targets = {
|
||||
hyprland.hyprpaper.enable = false;
|
||||
starship.enable = false;
|
||||
vscode.profileNames = [ "default" ];
|
||||
};
|
||||
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue