From 26fe0a3fd768ed97c3d4cb612caddfdf7b5bb2b1 Mon Sep 17 00:00:00 2001 From: Matei Adriel Date: Tue, 28 Feb 2023 10:11:50 +0100 Subject: [PATCH] lmms --- home/adrielus/tethys.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/home/adrielus/tethys.nix b/home/adrielus/tethys.nix index 88c6bfa..38b995e 100644 --- a/home/adrielus/tethys.nix +++ b/home/adrielus/tethys.nix @@ -15,10 +15,11 @@ vlc # Video player gimp # Image editing libreoffice # Free office suite + lmms # music software # obs-studio # video recorder - # lmms # music software ]; - satellite-dev.enable = true; + home.sessionVariables.QT_SCREEN_SCALE_FACTOR = 1.4; # Bigger text in qt apps + satellite-dev.enable = true; # Simlink some stuff outside the store }