Added: Geary

This commit is contained in:
2025-04-06 18:13:47 +02:00
parent 92e42f092d
commit 2cca48e010
3 changed files with 5 additions and 36 deletions

View File

@@ -0,0 +1,4 @@
{ pkgs, ... }:
{
programs.geary.enable = true;
}