From 19f5b3cdca2630e343e525f26dfe36a31460e6d0 Mon Sep 17 00:00:00 2001 From: Natasha Moongrave Date: Tue, 3 Feb 2026 16:09:54 +0100 Subject: yeeted niri added i3 --- modules/home/niri/chernobyl/electron.nix | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 modules/home/niri/chernobyl/electron.nix (limited to 'modules/home/niri/chernobyl/electron.nix') 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" - ]; - }) -]; - -} -- cgit v1.2.3