nix: disable geary

This commit is contained in:
Jeffrey C. Ollie
2025-01-05 01:31:52 -06:00
parent 4ff7f6df06
commit 4bfb1f616c

View File

@ -104,4 +104,6 @@
} }
]; ];
}; };
programs.geary.enable = false;
} }