mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-06-07 13:03:03 -04:00
use new vscode
This commit is contained in:
parent
c94e037a75
commit
cd0ad842a7
1 changed files with 7 additions and 6 deletions
|
@ -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
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue