Changed: geary

This commit is contained in:
2025-04-06 18:24:18 +02:00
parent 2cca48e010
commit 315f2eb7cb
3 changed files with 5 additions and 3 deletions

View File

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