This commit is contained in:
Hadi
2024-04-20 00:02:59 +02:00
parent a37de9940f
commit 637accfc1c
10 changed files with 19 additions and 65 deletions

View File

@@ -10,6 +10,11 @@ with lib;
description = "Does waybar have a transparent background?";
};
print-neofetch = mkOption {
type = types.bool;
description = "Does kitty launch neofetch?";
};
wallpaper = mkOption {
type = types.str;
description = "Name of the wallpaper (from the wallpapers directory)";

View File

@@ -4,6 +4,7 @@
theme = {
wallpaper = "default.png";
waybar-transparent = true;
print-neofetch = true;
font-mono = "FiraCode Nerd Font Mono";
font = "SFProDisplay Nerd Font";
rounding = 12;