Remove battery from being laptop specific.

This commit is contained in:
jay
2025-08-03 07:56:36 -04:00
parent 52f2ecfb19
commit f088b3b317

View File

@@ -1,12 +1,6 @@
{ lib, ... }: {
programs.hyprpanel = {
settings = {
"bar.layouts" = {
"0" = {
right = [ "battery" ];
};
};
bar = {
customModules = {
cava = {