mirror of
https://github.com/librephoenix/nixos-config
synced 2025-10-19 01:54:02 +05:30
Made orichalcum theme
This commit is contained in:
parent
76788051dd
commit
917cbe4a39
5 changed files with 37 additions and 3 deletions
|
@ -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.";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue