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

Merge pull request #66 from yavko/add-nix-flags

Add initial nix flags impl
This commit is contained in:
Jake Stanger 2023-03-01 12:55:25 +00:00 committed by GitHub
commit 1d37e010c8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 30 additions and 13 deletions

View file

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