home: gammastep: show tray icon

This commit is contained in:
Bruno BELANYI 2021-05-04 22:44:29 +02:00
parent d111e16bea
commit 3f35f9e440
1 changed files with 2 additions and 0 deletions

View File

@ -32,6 +32,8 @@ in
config.services.gammastep = lib.mkIf cfg.enable {
enable = true;
tray = true;
dawnTime = cfg.times.dawn;
duskTime = cfg.times.dusk;