From 7bd9d9aa0b0396a05cf82dfd7e947531acf11e66 Mon Sep 17 00:00:00 2001 From: Matei Adriel Date: Tue, 25 Apr 2023 16:46:09 +0300 Subject: [PATCH] Fixed typo in session variable for qt scaling --- dotfiles/neovim/lua/my/lazy.lua | 1 - home/adrielus/features/desktop/common/games/default.nix | 4 ++-- home/adrielus/tethys.nix | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/dotfiles/neovim/lua/my/lazy.lua b/dotfiles/neovim/lua/my/lazy.lua index adb6e48..414dc14 100644 --- a/dotfiles/neovim/lua/my/lazy.lua +++ b/dotfiles/neovim/lua/my/lazy.lua @@ -1,4 +1,3 @@ --- TODO(imperanence): handle persistence local M = {} function M.setup() diff --git a/home/adrielus/features/desktop/common/games/default.nix b/home/adrielus/features/desktop/common/games/default.nix index 55e843d..67b6f23 100644 --- a/home/adrielus/features/desktop/common/games/default.nix +++ b/home/adrielus/features/desktop/common/games/default.nix @@ -1,3 +1,3 @@ { - imports = [./wine.nix ./lutris.nix]; - } + imports = [ ./wine.nix ./lutris.nix ]; +} diff --git a/home/adrielus/tethys.nix b/home/adrielus/tethys.nix index 6abacc6..b65f18d 100644 --- a/home/adrielus/tethys.nix +++ b/home/adrielus/tethys.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 }