mirror of
https://github.com/tuxdotrs/tawm.git
synced 2025-07-06 21:16:35 +05:30
formatted the code with alejandra
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user