feat: add roundcube

feat: flake.lock update
This commit is contained in:
dettlaff
2024-05-14 00:39:21 +04:00
parent ce3231774e
commit b6b1c3b2fb
6 changed files with 68 additions and 8 deletions

View File

@@ -0,0 +1,9 @@
{
description = "Roundcube is a web-based email client.";
outputs = { self }: {
nixosModules.default = import ./module.nix;
configPathsNeeded =
builtins.fromJSON (builtins.readFile ./config-paths-needed.json);
};
}