unread message status + fade in ui

This commit is contained in:
2023-09-29 18:15:18 +02:00
parent dd316d2589
commit 4afe39dacc
5 changed files with 79 additions and 8 deletions

View File

@ -30,9 +30,12 @@
# for some reason, buildInputs performs some magic an converts them to build dependencies, not runtime dependencies
# also, non static dependencies (?? how to ensure ??)
dlopenBuildInputs = with pkgs; [
dbus
xorg.libX11
xorg.libXext
xorg.xorgproto
libxkbcommon
xorg.libICE
xorg.libXi
xorg.libXScrnSaver
@ -40,7 +43,10 @@
xorg.libXinerama
xorg.libXrandr
xorg.libXxf86vm
libGL
pipewire
];
buildInputs = with pkgs; [