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
|
in
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
../../pinned.nix
|
# ../../pinned.nix
|
||||||
../../unstable.nix
|
../../unstable.nix
|
||||||
];
|
];
|
||||||
home = {
|
home = {
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
|
unstable.vscode
|
||||||
# pinned.vscode
|
# pinned.vscode
|
||||||
(pinned.vscode.fhsWithPackages (
|
# (pinned.vscode.fhsWithPackages (
|
||||||
pkgs: with pkgs; [
|
# pkgs: with pkgs; [
|
||||||
powershell
|
# powershell
|
||||||
]
|
# ]
|
||||||
))
|
# ))
|
||||||
# codium
|
# codium
|
||||||
zed-editor
|
zed-editor
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue