feat(home-manager): add webdav module

This commit is contained in:
Yorick Barbanneau 2024-09-25 23:23:16 +02:00
parent 01092ee7ef
commit b0d455217f
5 changed files with 183 additions and 1 deletions

View file

@ -1,4 +1,4 @@
_:
{ ... }:
{
## Specific host home manager configuration
wayland.windowManager.sway.config = {
@ -16,4 +16,5 @@ _:
};
};
};
sops.age.keyFile = "/home/ephase/.config/sops/age/keys.txt";
}