Fixed typo in session variable for qt scaling
This commit is contained in:
parent
b24d90dfbd
commit
7bd9d9aa0b
|
@ -1,4 +1,3 @@
|
|||
-- TODO(imperanence): handle persistence
|
||||
local M = {}
|
||||
|
||||
function M.setup()
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
{
|
||||
imports = [./wine.nix ./lutris.nix];
|
||||
}
|
||||
imports = [ ./wine.nix ./lutris.nix ];
|
||||
}
|
||||
|
|
|
@ -29,6 +29,6 @@
|
|||
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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue