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:
parent
0f5ec1fe34
commit
d0b7bdbafc
3 changed files with 88 additions and 60 deletions
|
@ -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"];
|
||||
};
|
||||
}
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue