From cdee5ca0e867311f91af9c8ea20c906f13a33aed Mon Sep 17 00:00:00 2001 From: Jan-Bulthuis Date: Thu, 24 Apr 2025 10:48:17 +0200 Subject: [PATCH] Enabled qt --- machines/vm-audio.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/machines/vm-audio.nix b/machines/vm-audio.nix index 1a73ee1..429abd2 100644 --- a/machines/vm-audio.nix +++ b/machines/vm-audio.nix @@ -60,10 +60,10 @@ pipewire.jack ] )}"; - # qt = { - # enable = true; - # style = "adwaita"; - # }; + qt = { + enable = true; + style = "adwaita"; + }; xdg.icons = { enable = true; fallbackCursorThemes = [ "Adwaita" ];