nixpkgs/home/qt.nix

11 lines
108 B
Nix
Raw Permalink Normal View History

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