From c60388668c438ffec361213a9a90a96ac4e0e8d6 Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Sat, 12 Aug 2023 14:57:59 +0800 Subject: [PATCH] feat: remove vscode --- home/linux/hyprland/wayland-apps.nix | 14 -------------- home/linux/i3/x11-apps.nix | 12 ------------ 2 files changed, 26 deletions(-) diff --git a/home/linux/hyprland/wayland-apps.nix b/home/linux/hyprland/wayland-apps.nix index b77b6dcf..947ab898 100644 --- a/home/linux/hyprland/wayland-apps.nix +++ b/home/linux/hyprland/wayland-apps.nix @@ -22,19 +22,5 @@ enableGnomeExtensions = false; package = pkgs.firefox-wayland; # firefox with wayland support }; - - vscode = { - enable = true; - # use the stable version - # package = pkgs.vscode.override { - # commandLineArgs = [ - # # make it use text-input-v1, which works for kwin 5.27 and weston - # # "--enable-wayland-ime" - # ]; - # }; - - # let vscode sync and update its configuration & extensions across devices, using github account. - # userSettings = {}; - }; }; } diff --git a/home/linux/i3/x11-apps.nix b/home/linux/i3/x11-apps.nix index da7cb7c3..cb22f208 100644 --- a/home/linux/i3/x11-apps.nix +++ b/home/linux/i3/x11-apps.nix @@ -17,17 +17,5 @@ # commandLineArgs = [ # ]; }; - - vscode = { - enable = true; - # use the stable version - # package = pkgs.vscode.override { - # commandLineArgs = [ - # ]; - # }; - - # let vscode sync and update its configuration & extensions across devices, using github account. - # userSettings = {}; - }; }; }