diff --git a/home/x/i3bar.nix b/home/x/i3bar.nix
index 3ac8b63..a00e483 100644
--- a/home/x/i3bar.nix
+++ b/home/x/i3bar.nix
@@ -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 {