formatted the code with alejandra

This commit is contained in:
2024-03-03 02:11:14 +05:30
parent 0528e06873
commit ef89207879
34 changed files with 1035 additions and 976 deletions

View File

@ -1,5 +1,4 @@
{ pkgs, ... }: {
{pkgs, ...}: {
programs.vscode = {
enable = true;
package = pkgs.vscodium;
@ -39,7 +38,7 @@
"terminal.integrated.fontFamily" = "FiraCode NF, FiraCode Nerd Font , FiraCode";
};
extensions = with pkgs.vscode-extensions;[
extensions = with pkgs.vscode-extensions; [
wakatime.vscode-wakatime
ms-dotnettools.csharp
naumovs.color-highlight