about summary refs log tree commit diff
path: root/hosts
diff options
context:
space:
mode:
authorBaitinq <[email protected]>2022-07-11 15:49:24 +0200
committerBaitinq <[email protected]>2022-07-11 15:49:24 +0200
commite348478c265d8e0071c0d417fc86b298d87d2553 (patch)
tree757d144016bcd85d65b954ab5b481cd1f19fa0cc /hosts
parentEmacs: Update emacs config (diff)
downloadnixos-config-e348478c265d8e0071c0d417fc86b298d87d2553.tar.gz
nixos-config-e348478c265d8e0071c0d417fc86b298d87d2553.tar.bz2
nixos-config-e348478c265d8e0071c0d417fc86b298d87d2553.zip
Remove vscode package
Diffstat (limited to 'hosts')
-rw-r--r--hosts/home.nix10
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 = {