summaryrefslogtreecommitdiff
path: root/common/overlays/default.nix
blob: 6918e89bcb93fbf768a0e0a4dcf6fde4e53cf467 (plain)
1
2
3
4
5
6
{ inputs, ... }:
{
  flake.overlays = {
    qt6ct = import ./qt6ct.nix;
  };
}