fix: instantly spawn bar

This commit is contained in:
2026-05-04 00:00:11 +02:00
parent 0cd58f4a1f
commit 6343c91fca
5 changed files with 14 additions and 12 deletions

View File

@@ -22,6 +22,7 @@ pkgs.mkShell {
gobject-introspection
libdbusmenu-gtk3
gdk-pixbuf
librsvg
gnome-bluetooth
cinnamon-desktop
wayland-scanner
@@ -46,4 +47,8 @@ pkgs.mkShell {
]
))
];
shellHook = ''
export GDK_PIXBUF_MODULE_FILE=${pkgs.librsvg}/lib/gdk-pixbuf-2.0/2.10.0/loaders.cache
'';
}