From 3deefc0bf57a6e6e7e418ce8015d73086e233f60 Mon Sep 17 00:00:00 2001 From: stupidcomputer Date: Mon, 15 Apr 2024 01:50:20 -0500 Subject: [PATCH] rebase onto 0b317f4 --- .config/vdirsyncer/config | 1 - builds/utils.nix | 3 ++- 2 files changed, 2 insertions(+), 2 deletions(-) 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