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

Merge branch 'JakeStanger:master' into fix-nix-pixbuf-loader

This commit is contained in:
Yavor Kolev 2023-04-22 16:49:19 -07:00 committed by GitHub
commit 0382b50cf4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
26 changed files with 334 additions and 92 deletions

View file

@ -59,6 +59,6 @@ rustPlatform.buildRustPackage rec {
description = "Customisable gtk-layer-shell wlroots/sway bar written in rust.";
license = licenses.mit;
platforms = platforms.linux;
mainProgram = "Hyprland";
mainProgram = "ironbar";
};
}