12 lines
192 B
Nix
12 lines
192 B
Nix
{
|
|
lib
|
|
}:
|
|
with lib;
|
|
{
|
|
enable = mkEnableOpt "Hyprland Window Manager + Compositor";
|
|
|
|
theme = mkOption {
|
|
type = types.str;
|
|
description = "Wallpaper and colorscheme to use";
|
|
};
|
|
} |