From 75728e1b810516d884a24e8ac5d3629fec968063 Mon Sep 17 00:00:00 2001 From: Anthony Rodriguez Date: Tue, 26 Nov 2024 15:39:06 +0100 Subject: [PATCH] modules/theme: make scheme read-only (set through schemeName) --- modules/theme/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/theme/default.nix b/modules/theme/default.nix index 90833a4..e38a7a6 100644 --- a/modules/theme/default.nix +++ b/modules/theme/default.nix @@ -25,6 +25,7 @@ in { description = '' Resolved scheme from the tinted-theming library. ''; + readOnly = true; type = lib.types.attrs; };