infrastructure/config/profiles/gui/qt.nix
2021-08-25 16:45:02 +01:00

9 lines
113 B
Nix

{ config, ... }:
{
qt5 = {
enable = true;
style = "adwaita-dark";
platformTheme = "gnome";
};
}