formatting

Signed-off-by: Michael Thomson <michael@michaelthomson.dev>
This commit is contained in:
2024-11-17 21:07:58 -05:00
parent f3e9f9e031
commit 5a9eafc05c
33 changed files with 310 additions and 264 deletions

View File

@@ -1,6 +1,8 @@
{ pkgs, config, ... }:
{
pkgs,
config,
...
}: {
home.packages = with pkgs; [
w3m
];
@@ -114,11 +116,11 @@
vdirsyncer = {
enable = true;
auth = "basic";
collections = [ "default" "shared" ];
collections = ["default" "shared"];
};
khal = {
enable = true;
addresses = [ "michael@michaelthomson.dev" ];
addresses = ["michael@michaelthomson.dev"];
type = "discover";
};
};
@@ -142,12 +144,12 @@
vdirsyncer = {
enable = true;
auth = "basic";
collections = [ "default" ];
collections = ["default"];
};
khal = {
enable = true;
addresses = [ "michael@michaelthomson.dev" ];
collections = [ "default" ];
addresses = ["michael@michaelthomson.dev"];
collections = ["default"];
};
};
};