Made orichalcum theme

This commit is contained in:
Emmet
2025-09-25 20:23:03 -05:00
parent 76788051dd
commit 917cbe4a39
5 changed files with 37 additions and 3 deletions

View File

@@ -10,7 +10,7 @@ in
enable = lib.mkEnableOption "Enable stylix theming";
};
systemSettings.stylix.theme = lib.mkOption {
default = "io";
default = "orichalcum";
type = lib.types.enum (builtins.attrNames (lib.filterAttrs (name: type: type == "directory") (builtins.readDir ../../themes)));
description = "Theme for stylix to use system wide. A list of themes can be found in the `themes` directory.";
};