This commit is contained in:
stupidcomputer 2024-04-15 01:50:20 -05:00
parent 876e535cba
commit 3deefc0bf5
2 changed files with 2 additions and 2 deletions

View File

@ -72,7 +72,6 @@ url.fetch = ["command", "rbw", "get", "pco-ical-sync"]
type = "http" type = "http"
url.fetch = ["command", "rbw", "get", "school-ical-sync"] url.fetch = ["command", "rbw", "get", "school-ical-sync"]
[storage calendar_remote] [storage calendar_remote]
type = "caldav" type = "caldav"

View File

@ -18,6 +18,7 @@
, ytfzf , ytfzf
, xrandr , xrandr
, svkbd , svkbd
, xkbset
, libsForQt5 , libsForQt5
}: }:
@ -28,7 +29,7 @@ stdenv.mkDerivation rec {
src = ./utils; src = ./utils;
nativeBuildInputs = [ makeWrapper pkg-config libxcb ]; 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 = '' buildPhase = ''
ls ls