This commit is contained in:
Lennart J. Kurzweg (Nx2)
2024-12-15 14:35:54 +01:00
parent 5c9a92c68e
commit 9087100c42

View File

@@ -1,6 +1,8 @@
{ pkgs, lib, user, ... }: { ... }:
{ {
qt = { qt = {
platformTheme = "gtk"; enable = true;
platformTheme.name = "qtct";
style.name = "adwaita-dark";
}; };
} }