From 8ec7c16e202911989ccd27681223c2053ee2ef5d Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Fri, 13 Jan 2023 05:48:52 -0600 Subject: [PATCH] fixing the environment containing a bad variable --- .envrc | 1 - shell.nix | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.envrc b/.envrc index 6c388c7..f4b27a3 100644 --- a/.envrc +++ b/.envrc @@ -1,4 +1,3 @@ export NIXPKGS_ALLOW_INSECURE=1 export QT_AUTO_SCREEN_SCALE_FACTOR=1 -export QT_SCALE_FACTOR=0.75 use flake . --impure diff --git a/shell.nix b/shell.nix index c953f48..cc5d28e 100644 --- a/shell.nix +++ b/shell.nix @@ -50,6 +50,7 @@ mkShell rec { ]; RUST_BACKTRACE = 1; + QT_SCALE_FACTOR = 1; # This creates the proper qt env so that plugins are found right. shellHook = '' setQtEnvironment=$(mktemp --suffix .setQtEnvironment.sh)