Theme ironbar

This commit is contained in:
DashieTM 2025-03-17 20:43:38 +01:00
parent 16e3985e87
commit 41b539eea8
4 changed files with 39 additions and 36 deletions

View file

@ -79,22 +79,6 @@
'';
};
ironbar = {
modules = lib.mkOption {
default = [];
example = [
{
type = "upower";
class = "memory-usage";
}
];
type = with lib.types; listOf attrs;
description = ''
Adds modules to ironbar. See https://github.com/JakeStanger/ironbar/wiki/ for more information.
'';
};
};
bootParams = lib.mkOption {
default = [];
example = ["resume=something"];