aboutsummaryrefslogtreecommitdiff
path: root/modules/home/niri/chernobyl/electron.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/home/niri/chernobyl/electron.nix')
-rw-r--r--modules/home/niri/chernobyl/electron.nix12
1 files changed, 0 insertions, 12 deletions
diff --git a/modules/home/niri/chernobyl/electron.nix b/modules/home/niri/chernobyl/electron.nix
deleted file mode 100644
index 48768f4..0000000
--- a/modules/home/niri/chernobyl/electron.nix
+++ /dev/null
@@ -1,12 +0,0 @@
-{ pkgs, lib, ... }:
-
-{
-home.packages = with pkgs; [
- (vscode.override {
- commandLineArgs = [
- "--wayland-text-input-version=3"
- ];
- })
-];
-
-}