Fix spacing

Former-commit-id: abfe7ca839
This commit is contained in:
Hadi
2024-05-09 13:33:18 +02:00
parent 2c910092c8
commit 7452406a00
15 changed files with 172 additions and 91 deletions

View File

@@ -2,14 +2,21 @@
with lib; {
options.theme = {
waybar-transparent = mkOption {
type = types.bool;
description = "Does waybar have a transparent background?";
waybar = {
transparent = mkOption {
type = types.bool;
description = "Does waybar have a transparent background?";
};
float = mkOption {
type = types.bool;
description = "Floating mode for waybar (gap)";
};
};
print-neofetch = mkOption {
type = types.bool;
description = "Does kitty launch neofetch?";
neofetch = mkOption {
type = types.str;
description = "Options: neofetch/nerdfetch/none";
};
wallpaper = mkOption {