summaryrefslogblamecommitdiffstats
path: root/home-manager/modules/qt.nix
blob: 795b2d3302a872161710c6a6b459cc5c8dbc6c89 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16















                                                                                              
{
  qt = {
    enable = true;
    platformTheme = "qtct";
    style.name = "kvantum";
  };

  # xdg.configFile = {
  #   "Kvantum/kvantum.kvconfig".text = ''
  #     [General]
  #     theme=GraphiteNordDark
  #   '';
  #
  #   "Kvantum/GraphiteNord".source = "${pkgs.graphite-kde-theme}/share/Kvantum/GraphiteNord";
  # };
}