This commit is contained in:
Leon Vatthauer 2025-02-09 15:54:57 +01:00
parent b61663d775
commit 3f927caeda
Signed by: leonv
SSH key fingerprint: SHA256:G4+ddwoZmhLPRB1agvXzZMXIzkVJ36dUYZXf5NxT+u8

View file

@ -1,11 +1,21 @@
{ config, pkgs, lib, ... }:
with lib;
with types;
let
cfg = config.modules.hyprland;
in
{
options.modules.hyprland = {
enable = mkEnableOption "Hyprland Wrapper";
# monitor setup
monitor = mkOption {
type = listOf str;
description = '''';
example = '''';
};
# hyprpaper
hyprpaper = {
enable = mkEnableOption "Hyprpaper wrapper";
wallpaper = mkOption {
@ -23,6 +33,7 @@ in
# TODO expose monitor setup
# TODO expose color scheme / add OLED mode!
# TODO start script