infrastructure/profiles/gui/qt.nix

9 lines
113 B
Nix

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