1
0
Fork 0
mirror of https://github.com/Zedfrigg/ironbar.git synced 2025-07-01 18:51:04 +02:00

fix(nix): home manager module, and features

This commit is contained in:
yavko 2023-03-29 01:45:40 -07:00
parent 0f5ec1fe34
commit d0b7bdbafc
No known key found for this signature in database
GPG key ID: F07D19A32407F857
3 changed files with 88 additions and 60 deletions

View file

@ -70,7 +70,8 @@ Here is an example nix flake that uses Ironbar.
enable = true;
config = {};
style = "";
package = inputs.ironbar.packageBuilder ["feature" "another_feature"];
package = inputs.ironbar;
features = ["feature" "another_feature"];
};
}
];