swaycons: mark available on all linux platforms

This commit is contained in:
Nick Cao 2024-02-27 09:22:29 -05:00
parent 90cdd65831
commit e20173ae70
No known key found for this signature in database

View file

@ -20,7 +20,7 @@ rustPlatform.buildRustPackage rec {
description = "Window Icons in Sway with Nerd Fonts!";
homepage = "https://github.com/ActuallyAllie/swaycons";
license = licenses.asl20;
platforms = [ "x86_64-linux" ];
platforms = platforms.linux;
maintainers = with maintainers; [ aacebedo ];
};
}