nixpkgs/home/services.nix

19 lines
309 B
Nix
Raw Normal View History

{ config, ownLib }:
{
dunst = import ./services/dunst.nix {
inherit config;
};
gpg-agent = import ./services/gpg-agent.nix {
};
languagetool.enable = true;
mailhog.enable = true;
} // (if ownLib.onHikari {} then {
network-manager-applet.enable = true;
} else {
})