style: remove stylix
This commit is contained in:
parent
d4a89d347f
commit
66b2e02e78
1 changed files with 0 additions and 47 deletions
|
@ -1,47 +0,0 @@
|
|||
{
|
||||
config,
|
||||
lib,
|
||||
...
|
||||
}: let
|
||||
inherit (lib) types mkEnableOption mkOption;
|
||||
in {
|
||||
options.modules.usrEnv.style.stylix = {
|
||||
enable = mkEnableOption "Stylix style Manager";
|
||||
scheme = mkOption {
|
||||
description = "Color Scheme";
|
||||
type = types.str;
|
||||
};
|
||||
image = mkOption {
|
||||
description = "Image";
|
||||
type = types.path;
|
||||
};
|
||||
cursor = {
|
||||
size = mkOption {
|
||||
description = "Cursor Size";
|
||||
type = types.int;
|
||||
};
|
||||
package = mkOption {
|
||||
description = "Cursor Package";
|
||||
type = types.package;
|
||||
};
|
||||
name = mkOption {
|
||||
description = "Cursor Name";
|
||||
type = types.str;
|
||||
};
|
||||
};
|
||||
fontsizes = {
|
||||
terminal = mkOption {
|
||||
description = "Terminal font size";
|
||||
type = types.int;
|
||||
};
|
||||
popups = mkOption {
|
||||
description = "Popup font size";
|
||||
type = types.int;
|
||||
};
|
||||
applications = mkOption {
|
||||
description = "Application font size";
|
||||
type = types.int;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue