use new vscode

This commit is contained in:
sadan 2025-04-08 22:52:54 -04:00
parent c94e037a75
commit cd0ad842a7
No known key found for this signature in database

View file

@ -3,17 +3,18 @@ let
in
{
imports = [
../../pinned.nix
# ../../pinned.nix
../../unstable.nix
];
home = {
packages = with pkgs; [
unstable.vscode
# pinned.vscode
(pinned.vscode.fhsWithPackages (
pkgs: with pkgs; [
powershell
]
))
# (pinned.vscode.fhsWithPackages (
# pkgs: with pkgs; [
# powershell
# ]
# ))
# codium
zed-editor
];