From 3dadeaa5a24edb78a65e47b8e373d7e0af220886 Mon Sep 17 00:00:00 2001 From: Natasha Moongrave Date: Tue, 3 Feb 2026 09:31:47 +0100 Subject: changed something --- modules/home/niri/chernobyl/electron.nix | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) (limited to 'modules/home/niri/chernobyl/electron.nix') diff --git a/modules/home/niri/chernobyl/electron.nix b/modules/home/niri/chernobyl/electron.nix index 95d03af..48768f4 100644 --- a/modules/home/niri/chernobyl/electron.nix +++ b/modules/home/niri/chernobyl/electron.nix @@ -1,9 +1,12 @@ -{ pkgs, ... }: +{ pkgs, lib, ... }: { - (pkgs.vscode.override { - commandLineArgs = [ - "--wayland-text-input-version=3" - ]; -}); +home.packages = with pkgs; [ + (vscode.override { + commandLineArgs = [ + "--wayland-text-input-version=3" + ]; + }) +]; + } -- cgit v1.2.3