nixpkgs/home/services.nix
Daniel Siepmann 8375064019
Revert "Use nm applet as service"
This reverts commit 69d3c287f8.

This doesn't work under ubuntu.
2023-02-27 13:52:38 +01:00

16 lines
208 B
Nix

{ config }:
{
dunst = import ./services/dunst.nix {
inherit config;
};
gpg-agent = import ./services/gpg-agent.nix {
};
languagetool.enable = true;
mailhog.enable = true;
}