Compare commits
2 Commits
c501097e4c
...
d84fec1a82
| Author | SHA1 | Date | |
|---|---|---|---|
| d84fec1a82 | |||
| 1458dd1ae6 |
@@ -93,6 +93,7 @@ in
|
||||
flake.modules.homeManager.calendar-tasks =
|
||||
{
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
let
|
||||
@@ -102,6 +103,8 @@ in
|
||||
programs.pimsync.enable = true;
|
||||
services.pimsync.enable = true;
|
||||
|
||||
sops.secrets."radicale-pass" = { };
|
||||
|
||||
programs.khal = {
|
||||
enable = true;
|
||||
locale = {
|
||||
@@ -139,9 +142,8 @@ in
|
||||
type = "caldav";
|
||||
userName = config.home.username;
|
||||
passwordCommand = [
|
||||
"rbw"
|
||||
"get"
|
||||
"Radicale"
|
||||
"${pkgs.coreutils}/bin/cat"
|
||||
config.sops.secrets."radicale-pass".path
|
||||
];
|
||||
};
|
||||
|
||||
|
||||
@@ -27,6 +27,13 @@ in
|
||||
programs.walker = {
|
||||
enable = true;
|
||||
runAsService = true;
|
||||
|
||||
config.providers.prefixes = [
|
||||
{
|
||||
provider = "bitwarden";
|
||||
prefix = "?";
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user