nixfiles/services/evolution.nix

5 lines
69 B
Nix

{ config, lib, pkgs, ... }:
{
programs.evolution.enable = true;
}