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)