feat: migrate theme and font to declarative Nix options
Some checks failed
Check / eval-and-lint (push) Has been cancelled
Some checks failed
Check / eval-and-lint (push) Has been cancelled
This commit is contained in:
@@ -61,7 +61,10 @@ in
|
||||
theme = lib.mkOption {
|
||||
type = lib.types.str;
|
||||
default = schema.system.theme;
|
||||
description = "Selected system theme.";
|
||||
description = ''
|
||||
Selected system theme. This is the declarative source of truth for
|
||||
system-level components (SDDM, Plymouth, browser policies).
|
||||
'';
|
||||
};
|
||||
|
||||
# ----- Tier 1 system features (all opt-in, no behavioural change off) ---
|
||||
|
||||
Reference in New Issue
Block a user