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

feat(nix): initial nix feature flags impl

This commit is contained in:
yavko 2023-02-07 22:30:47 -08:00
parent 7c36f5cb0c
commit 9984b638b5
No known key found for this signature in database
GPG key ID: F07D19A32407F857
2 changed files with 16 additions and 3 deletions

View file

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