summary refs log tree commit diff stats
path: root/overlays/personal.nix
blob: 9eae64c42264f56b3a334909cfbae358a5e8d1a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
self: super:
let
  personal = import <personal> {
    pkgs = self;
  };
in
{
  inherit personal;
  enchant = personal.enchant-configurable.override {
    withHspell = false;
    withAspell = false;
  };
}