diff options
| author | Baitinq <[email protected]> | 2022-07-11 15:49:24 +0200 |
|---|---|---|
| committer | Baitinq <[email protected]> | 2022-07-11 15:49:24 +0200 |
| commit | e348478c265d8e0071c0d417fc86b298d87d2553 (patch) | |
| tree | 757d144016bcd85d65b954ab5b481cd1f19fa0cc | |
| parent | Emacs: Update emacs config (diff) | |
| download | nixos-config-e348478c265d8e0071c0d417fc86b298d87d2553.tar.gz nixos-config-e348478c265d8e0071c0d417fc86b298d87d2553.tar.bz2 nixos-config-e348478c265d8e0071c0d417fc86b298d87d2553.zip | |
Remove vscode package
| -rw-r--r-- | hosts/home.nix | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/hosts/home.nix b/hosts/home.nix index 9b67b1c..7a0153b 100644 --- a/hosts/home.nix +++ b/hosts/home.nix @@ -204,16 +204,6 @@ in ''; }; - vscode = { - enable = true; - mutableExtensionsDir = false; #needed for bug with installing extensions - extensions = with pkgs.vscode-extensions; [ - esbenp.prettier-vscode - bbenoist.nix - haskell.haskell - justusadam.language-haskell - ]; - }; }; xdg = { |