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 +}