swaycons: mark available on all linux platforms

This commit is contained in:
Nick Cao
2024-02-27 10:05:59 -05:00
parent 90cdd65831
commit e20173ae70
+1 -1
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 ];
};
}