Update flake to install icons
This commit is contained in:
parent
cd5386de36
commit
9ed75b4c13
@ -57,6 +57,12 @@
|
|||||||
gtk4-layer-shell
|
gtk4-layer-shell
|
||||||
];
|
];
|
||||||
|
|
||||||
|
# Install custom icons
|
||||||
|
postInstall = ''
|
||||||
|
mkdir -p $out/share/waycast/icons
|
||||||
|
cp -r assets/icons/* $out/share/waycast/icons/
|
||||||
|
'';
|
||||||
|
|
||||||
# wrapGAppsHook4 handles most GTK runtime setup automatically
|
# wrapGAppsHook4 handles most GTK runtime setup automatically
|
||||||
# Just ensure icon themes are available
|
# Just ensure icon themes are available
|
||||||
preFixup = ''
|
preFixup = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user