diff --git a/.config/vdirsyncer/config b/.config/vdirsyncer/config index 44687f6..1235846 100644 --- a/.config/vdirsyncer/config +++ b/.config/vdirsyncer/config @@ -72,7 +72,6 @@ url.fetch = ["command", "rbw", "get", "pco-ical-sync"] type = "http" url.fetch = ["command", "rbw", "get", "school-ical-sync"] - [storage calendar_remote] type = "caldav" diff --git a/builds/utils.nix b/builds/utils.nix index f4e2f49..f2371dc 100644 --- a/builds/utils.nix +++ b/builds/utils.nix @@ -18,6 +18,7 @@ , ytfzf , xrandr , svkbd +, xkbset , libsForQt5 }: @@ -28,7 +29,7 @@ stdenv.mkDerivation rec { src = ./utils; nativeBuildInputs = [ makeWrapper pkg-config libxcb ]; - buildInputs = [ libxcb bash feh xrandr jq curl fzy ytfzf ffmpeg sshuttle svkbd scrcpy libsForQt5.kolourpaint ]; + buildInputs = [ libxcb bash feh xrandr jq curl fzy ytfzf ffmpeg sshuttle svkbd scrcpy xkbset libsForQt5.kolourpaint ]; buildPhase = '' ls