nixfiles/services/evolution.nix

6 lines
69 B
Nix

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