ironbar: Add dynamic battery

This commit is contained in:
DashieTM 2024-04-24 11:11:05 +02:00
parent 84356a8885
commit fe167fd072
6 changed files with 15 additions and 5 deletions

View file

@ -8,5 +8,10 @@
Extra settings for foo.
'';
};
battery = lib.mkOption {
default = [];
example = [];
};
};
}