Add wallpapers

This commit is contained in:
Hadi
2024-03-13 18:09:30 +01:00
parent a17cf20b6d
commit 7632c0fd10
12 changed files with 74 additions and 59 deletions

View File

@@ -9,6 +9,12 @@ with lib;
type = types.bool;
description = "Does waybar have a transparent background?";
};
wallpaper = mkOption {
type = types.str;
description = "Name of the wallpaper (in the wallpaper directory)";
};
font = mkOption {
type = types.str;
description = "Default font";