This commit is contained in:
Hadi
2024-03-12 22:03:42 +01:00
parent 98ecdbbcaa
commit 8e307bfea3
6 changed files with 208 additions and 129 deletions

View File

@@ -5,6 +5,10 @@ with lib;
{
options.theme = {
waybar-transparent = mkOption {
type = types.bool;
description = "Does waybar have a transparent background?";
};
font = mkOption {
type = types.str;
description = "Default font";