modules/theme: make scheme read-only (set through schemeName)

This commit is contained in:
Anthony Rodriguez 2024-11-26 15:39:06 +01:00
parent 6c9feb58a6
commit 75728e1b81
Signed by: nezia
GPG key ID: EE3BE97C040A86CE

View file

@ -25,6 +25,7 @@ in {
description = ''
Resolved scheme from the tinted-theming library.
'';
readOnly = true;
type = lib.types.attrs;
};