switched from vscodium to vscode

This commit is contained in:
specCon18 2023-03-26 02:37:17 -04:00
parent df58ed2ed8
commit 4164d24d0c
4 changed files with 11 additions and 11 deletions

View file

@ -7,7 +7,7 @@
stateVersion = "22.11";
packages = [
pkgs.firefox
pkgs.vscodium-fhs
pkgs.vscode-fhs
pkgs.alacritty
pkgs.starship
pkgs.diff-so-fancy
@ -16,6 +16,12 @@
];
};
programs = {
#TODO: https://mipmip.github.io/home-manager-option-search/ add options
vscode = {
enable = true;
enableExtensionUpdateCheck = true;
enableUpdateCheck = false;
};
#Generate and add configs for this
nushell = {
enable = true;
@ -52,4 +58,4 @@
# lfs.enable = true;
#};
};
}
}