where-is-my-sddm-theme: add `meta.platforms`

This commit is contained in:
name_snrl 2024-04-09 11:09:59 +05:00
parent 23dec31e98
commit 0bd01ec0bf
1 changed files with 1 additions and 0 deletions

View File

@ -75,6 +75,7 @@ stdenvNoCC.mkDerivation rec {
description = "The most minimalistic SDDM theme among all themes";
homepage = "https://github.com/stepanzubkov/where-is-my-sddm-theme";
license = licenses.mit;
platforms = platforms.linux;
maintainers = with maintainers; [ name-snrl ];
};
}