From 3f35f9e44050c00f687d482e5be8498a94e3bb63 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Tue, 4 May 2021 22:44:29 +0200 Subject: [PATCH] home: gammastep: show tray icon --- home/gammastep.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/home/gammastep.nix b/home/gammastep.nix index 343f130..24c595c 100644 --- a/home/gammastep.nix +++ b/home/gammastep.nix @@ -32,6 +32,8 @@ in config.services.gammastep = lib.mkIf cfg.enable { enable = true; + tray = true; + dawnTime = cfg.times.dawn; duskTime = cfg.times.dusk;