summaryrefslogtreecommitdiffstats
path: root/modules/plugins/ui/fastaction/default.nix
blob: ef5c2bc97e0b1844c203d7e24562e45968b0d9d1 (plain)
1
2
3
4
5
6
{
  imports = [
    ./fastaction-nvim.nix
    ./config.nix
  ];
}