Compare commits

...

3 Commits

Author SHA1 Message Date
Simon Bruder 2cf49b9a18
media-proxy: Add storagebox 2022-09-23 00:14:45 +02:00
Simon Bruder 3889b355d9
vdirsyncer: Remove son calendar 2022-09-23 00:14:32 +02:00
Simon Bruder c816263ad2
sway: Add fcitx 2022-09-23 00:12:12 +02:00
4 changed files with 12 additions and 7 deletions

View File

@ -3,6 +3,7 @@ let
port = 8888;
services = {
"media" = config.sops.secrets.media-proxy-auth.path;
"media-sb" = config.sops.secrets.media-proxy-auth.path;
"torrent" = config.sops.secrets.torrent-proxy-auth.path;
};
in

View File

@ -38,6 +38,7 @@ let
in
{
imports = lib.optionals nixosConfig.sbruder.gui.enable [
./fcitx.nix
./gammastep.nix
./kanshi.nix
./swaync.nix

View File

@ -0,0 +1,10 @@
{ pkgs, ... }:
{
i18n.inputMethod = {
enabled = "fcitx5";
fcitx5.addons = with pkgs; [
fcitx5-mozc
];
};
}

View File

@ -102,10 +102,6 @@ in
name = "grocy";
urlCommand = [ "pass" "sbruder.de/grocy/calendar" ];
})
(mkWebcalSection {
name = "son";
url = "https://calendar.google.com/calendar/ical/4g9n5okqt5f079dedfeu5mgils%40group.calendar.google.com/public/basic.ics";
})
]);
"khal/config".text = /* toml */ ''
@ -125,9 +121,6 @@ in
[[calendar_grocy]]
path = ${calendarBasePath}/grocy/
[[calendar_son]]
path = ${calendarBasePath}/son/
[locale]
timeformat = %H:%M
dateformat = %Y-%m-%d