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;
|
enable = true;
|
||||||
package = pkgs.vscodium;
|
package = pkgs.vscodium;
|
||||||
|
|
||||||
|
profiles.default = {
|
||||||
userSettings = {
|
userSettings = {
|
||||||
"[nix]"."editor.tabSize" = 2;
|
"[nix]"."editor.tabSize" = 2;
|
||||||
"explorer.confirmDragAndDrop" = false;
|
"explorer.confirmDragAndDrop" = false;
|
||||||
|
@ -61,4 +62,5 @@
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -65,6 +65,7 @@ in
|
||||||
targets = {
|
targets = {
|
||||||
hyprland.hyprpaper.enable = false;
|
hyprland.hyprpaper.enable = false;
|
||||||
starship.enable = false;
|
starship.enable = false;
|
||||||
|
vscode.profileNames = [ "default" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue