From aa5aa532c7319be7a73d896d86b2ab4f461447a7 Mon Sep 17 00:00:00 2001 From: Reboot-Codes Date: Fri, 18 Apr 2025 10:46:34 -0700 Subject: [PATCH] Duh... --- common/nixos/default-config.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/common/nixos/default-config.nix b/common/nixos/default-config.nix index afc7599..8ec6a1d 100644 --- a/common/nixos/default-config.nix +++ b/common/nixos/default-config.nix @@ -252,6 +252,11 @@ fonts.fontDir.enable = true; environment = { + sessionVariables = { + # TL;DR: all of our QT shit uses wayland. or... should, anyways, so this is global, and makes theming work. + QT_QPA_PLATFORM = "wayland"; + }; + # Install Soundfonts TODO: only Fluid copies over... might wanna fix that soon. etc = { "/soundfonts/FluidR3_GM2-2.sf2".source = "${pkgs.soundfont-fluid}/share/soundfonts/FluidR3_GM2-2.sf2"; -- 2.51.2