From d2bf18c96b2c23b1760d76b04e4f1c0c7de85dcc Mon Sep 17 00:00:00 2001 From: Gabriella Bere Date: Mon, 10 Mar 2025 15:51:49 +0000 Subject: [PATCH] set stylix.targets.qt.enable to true this was an attempt to fix nextcloud but it did not work, leaving it enabled in case a reboot is needed --- home-manager/stylix.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home-manager/stylix.nix b/home-manager/stylix.nix index 0e0e052..6dbd2e7 100644 --- a/home-manager/stylix.nix +++ b/home-manager/stylix.nix @@ -10,5 +10,6 @@ size = 24; }; polarity = "dark"; + targets.qt.enable = true; }; }