This commit is contained in:
Hadi
2024-03-12 02:55:45 +01:00
parent 0efb552856
commit 55a602b481
20 changed files with 250 additions and 159 deletions

View File

@@ -5,6 +5,16 @@ with lib;
{
options.theme = {
font = mkOption {
type = types.str;
description = "Default font";
};
font-mono = mkOption {
type = types.str;
description = "Default mono font";
};
rounding = mkOption {
type = types.int;
description = "Borders rounding";
@@ -42,7 +52,6 @@ with lib;
"primary-fg"
"secondary-bg"
"secondary-fg"
"cursor"
"color0"
"color1"
"color2"