mirror of
https://github.com/youwen5/liminalOS.git
synced 2025-08-04 11:38:29 -07:00
feat: add hyprsunset service
This commit is contained in:
parent
46f708b8e0
commit
dec206f1ec
2 changed files with 26 additions and 0 deletions
|
@ -58,6 +58,13 @@ in
|
|||
Monitor to use for screen locker. Use `hyprctl monitors` to determine.
|
||||
'';
|
||||
};
|
||||
bluelight.enable = lib.mkOption {
|
||||
type = lib.types.bool;
|
||||
default = true;
|
||||
description = ''
|
||||
Whether to enable `hyprsunset` as a daemon.
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
||||
config = lib.mkIf cfg.enable {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue