nixos 26.05
This commit is contained in:
parent
246ce7eeb1
commit
2397049d74
10 changed files with 102 additions and 156 deletions
|
|
@ -5,9 +5,8 @@
|
|||
NIXOS_OZONE_WL = "1";
|
||||
ELECTRON_OZONE_PLATFORM_HINT = "auto";
|
||||
};
|
||||
programs.vscode = {
|
||||
programs.vscodium = {
|
||||
enable = true;
|
||||
package = pkgs.vscodium;
|
||||
profiles.default = {
|
||||
enableUpdateCheck = false;
|
||||
extensions =
|
||||
|
|
@ -83,16 +82,16 @@
|
|||
"dotnetAcquisitionExtension.sharedExistingDotnetPath" =
|
||||
"${lib.getBin pkgs.dotnetCorePackages.sdk_9_0}/bin/dotnet";
|
||||
|
||||
"\[makefile\]" = {
|
||||
"[makefile]" = {
|
||||
"editor.insertSpaces" = false;
|
||||
"editor.detectIndentation" = false;
|
||||
};
|
||||
|
||||
"\[nix\]" = {
|
||||
"[nix]" = {
|
||||
"editor.formatOnSave" = false;
|
||||
};
|
||||
|
||||
"\[css\]" = {
|
||||
"[css]" = {
|
||||
"editor.formatOnSave" = false;
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue