minor
This commit is contained in:
parent
b61663d775
commit
3f927caeda
1 changed files with 11 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue