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:
parent
3d405d43f1
commit
13b76ea50b
|
@ -13,7 +13,7 @@
|
||||||
types
|
types
|
||||||
;
|
;
|
||||||
|
|
||||||
isEnabled = config.my.home.x.enable;
|
isEnabled = config.my.home.x.i3.enable;
|
||||||
i3BarTheme = config.my.theme.i3BarTheme;
|
i3BarTheme = config.my.theme.i3BarTheme;
|
||||||
cfg = config.my.home.x.i3bar;
|
cfg = config.my.home.x.i3bar;
|
||||||
in {
|
in {
|
||||||
|
|
Loading…
Reference in a new issue