Major changes

This commit is contained in:
2025-07-13 15:44:20 -03:00
parent 3d0222abe9
commit d7b5343864
19 changed files with 276 additions and 130 deletions

View File

@@ -39,4 +39,19 @@ in {
terminal = 10;
};
};
home-manager.sharedModules = [
{
programs.vscode = {
extensions = pkgs.nix4vscode.forVscode [
"huytd.tokyo-city"
"vscode-icons-team.vscode-icons"
];
userSettings = {
"workbench.colorTheme" = "Tokyo City Darker";
"workbench.iconTheme" = "vscode-icons";
};
};
}
];
}