1
Fork 0

Fixed typo in session variable for qt scaling

This commit is contained in:
Matei Adriel 2023-04-25 16:46:09 +03:00
parent b24d90dfbd
commit 7bd9d9aa0b
No known key found for this signature in database
3 changed files with 3 additions and 4 deletions

View file

@ -1,4 +1,3 @@
-- TODO(imperanence): handle persistence
local M = {} local M = {}
function M.setup() function M.setup()

View file

@ -1,3 +1,3 @@
{ {
imports = [./wine.nix ./lutris.nix]; imports = [ ./wine.nix ./lutris.nix ];
} }

View file

@ -29,6 +29,6 @@
sherlock # Search for usernames across different websites sherlock # Search for usernames across different websites
]; ];
home.sessionVariables.QT_SCREEN_SCALE_FACTOR = 1.4; # Bigger text in qt apps home.sessionVariables.QT_SCREEN_SCALE_FACTORS = 1.4; # Bigger text in qt apps
satellite.dev.enable = true; # Simlink some stuff outside the store satellite.dev.enable = true; # Simlink some stuff outside the store
} }