home: i3bar: only enable when i3 is used

notmuch is broken in nixpkgs right now and i3status-rust depended on it.
This broke my config's build, but I don't actually use i3status-rust
anymore since I switched to Sway on Wayland.
This commit is contained in:
Antoine Martin 2025-03-06 16:33:45 +01:00
parent 3d405d43f1
commit 13b76ea50b

View file

@ -13,7 +13,7 @@
types
;
isEnabled = config.my.home.x.enable;
isEnabled = config.my.home.x.i3.enable;
i3BarTheme = config.my.theme.i3BarTheme;
cfg = config.my.home.x.i3bar;
in {