refactor: simplify module composition

This commit is contained in:
2026-04-22 02:35:26 +02:00
parent 3b6c42ebe3
commit 5eec5689f4
25 changed files with 615 additions and 448 deletions
+8 -1
View File
@@ -1,3 +1,10 @@
{
config,
...
}:
let
metaLib = config.meta.lib;
in
{
flake.modules.homeManager.pim =
{
@@ -44,7 +51,7 @@
};
remote = {
url = "https://radicale.jelles.net/";
url = metaLib.repo.services.radicale.url;
type = "caldav";
userName = config.home.username;
passwordCommand = [