split overlays off

This commit is contained in:
LavaDesu 2021-05-13 17:59:46 +07:00
parent c55d5756ea
commit 915e86ea3f
Signed by: cilly
GPG key ID: 6500251E087653C9
4 changed files with 38 additions and 25 deletions

3
overlays/polybar.nix Normal file
View file

@ -0,0 +1,3 @@
self: super: {
polybar = super.polybar.override { i3Support = true; };
}