From 1857477993a122c4b13485fb955509823b2d937b Mon Sep 17 00:00:00 2001 From: albert Date: Sat, 26 Aug 2023 19:56:27 +0900 Subject: [PATCH] Adding items to bash env for mouse cursor --- home-manager/common/software/cli/bash.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/home-manager/common/software/cli/bash.nix b/home-manager/common/software/cli/bash.nix index f8fb0e41..f572e071 100644 --- a/home-manager/common/software/cli/bash.nix +++ b/home-manager/common/software/cli/bash.nix @@ -38,6 +38,10 @@ # Set the GTK Theme GTK_THEME = "Gruvbox-Dark-BL"; XDG_DATA_HOME = "$HOME/.local/share"; + QT_SCALE_FACTOR = "2.6"; + ELM_SCALE = "2.6"; + GDK_SCALE = "2.6"; + XCURSOR_SIZE = "108"; }; bashrcExtra = '' sops-edit() { @@ -105,4 +109,4 @@ }; }; }; -} \ No newline at end of file +}