nix-config/home/programs/productivity/geary.nix
2025-09-03 10:03:29 +02:00

5 lines
56 B
Nix

{ pkgs, ... }:
{
home.programs.geary.enable = true;
}