magnetic-catppuccin-gtk: remove usage of with lib;

This commit is contained in:
Amadej Kastelic
2025-06-03 21:26:24 +02:00
parent 45a971c10b
commit 5b77c89ebb
@@ -101,11 +101,11 @@ lib.checkListOfEnum "${pname} Valid theme accent(s)" validAccents accent lib.che
runHook postInstall
'';
meta = with lib; {
meta = {
description = "GTK Theme with Catppuccin colour scheme";
homepage = "https://github.com/Fausto-Korpsvart/Catppuccin-GTK-Theme";
license = licenses.gpl3Only;
maintainers = with maintainers; [ icy-thought ];
platforms = platforms.all;
license = lib.licenses.gpl3Only;
maintainers = with lib.maintainers; [ icy-thought ];
platforms = lib.platforms.all;
};
}