diff --git a/home/x/i3bar.nix b/home/x/i3bar.nix index dadde9b..afa170e 100644 --- a/home/x/i3bar.nix +++ b/home/x/i3bar.nix @@ -93,6 +93,11 @@ in block = "sound"; driver = "pulseaudio"; } + ] ++ (lib.lists.optionals config.my.home.laptop.enable [ + { + block = "battery"; + } + ]) ++ [ # { # block = "notify"; # }