quickshell!
This commit is contained in:
parent
ff0fa258e4
commit
613ced37f5
17 changed files with 251 additions and 47 deletions
|
@ -4,12 +4,12 @@
|
|||
lib,
|
||||
...
|
||||
}: let
|
||||
cfg = config.modules.themes.stylix;
|
||||
inherit (config.modules.themes.stylix) scheme image;
|
||||
inherit (config.modules.themes.stylix.cursor) size;
|
||||
inherit (config.modules.themes.stylix.fontsizes) terminal popups applications;
|
||||
cfg = config.modules.theming.stylix;
|
||||
inherit (config.modules.theming.stylix) scheme image;
|
||||
inherit (config.modules.theming.stylix.cursor) size;
|
||||
inherit (config.modules.theming.stylix.fontsizes) terminal popups applications;
|
||||
in {
|
||||
options.modules.themes.stylix = {
|
||||
options.modules.theming.stylix = {
|
||||
enable = lib.mkEnableOption "stylix";
|
||||
scheme = lib.mkOption {
|
||||
description = " Color Scheme";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue