This commit is contained in:
cy 2025-01-11 18:53:55 -05:00
parent 4099e9dce4
commit d5b6ec3daf
2 changed files with 10 additions and 0 deletions

9
home/vscode.nix Normal file
View file

@ -0,0 +1,9 @@
{pkgs, ...}: {
programs.vscode = {
enable = true;
package = pkgs.vscodium;
enableUpdateCheck = false;
enableExtensionUpdateCheck = false;
mutableExtensionsDir = false;
};
}

View file

@ -6,6 +6,7 @@
imports = [ imports = [
./common.nix ./common.nix
../foot.nix ../foot.nix
../vscode.nix
]; ];
home = { home = {
username = "yt"; username = "yt";