nixpkgs/home/qt.nix

9 lines
88 B
Nix

{ pkgs }:
{
enable = true;
# Re use existing gtk theme
platformTheme = "gtk";
}