mirror of
https://github.com/Zedfrigg/ironbar.git
synced 2025-04-19 19:34:24 +02:00
fix: make readme more concise
This commit is contained in:
parent
3a44d74cf3
commit
54b9b28c75
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ Here is an example nix flake that uses Ironbar.
|
||||||
enable = true;
|
enable = true;
|
||||||
config = {};
|
config = {};
|
||||||
style = "";
|
style = "";
|
||||||
package = inputs.ironbar.packageBuilder ["features"];
|
package = inputs.ironbar.packageBuilder ["feature" "another_feature"];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Reference in a new issue