From ced4f2be27f7382a4d5d5a9b55dec9d267dae65e Mon Sep 17 00:00:00 2001 From: Antoine Martin <antoine@alarsyo.net> Date: Sat, 22 Feb 2025 16:14:32 +0100 Subject: [PATCH] talos: home: setup wlsunset --- hosts/talos/home.nix | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/hosts/talos/home.nix b/hosts/talos/home.nix index ebce731..519822a 100644 --- a/hosts/talos/home.nix +++ b/hosts/talos/home.nix @@ -23,8 +23,19 @@ in { my.theme = config.home-manager.users.alarsyo.my.themes.solarizedLight; - # TODO: place in global home conf - services.dunst.enable = true; + services = { + # TODO: place in global home conf + dunst.enable = true; + wlsunset = { + enable = true; + latitude = 48.9; + longitude = 2.3; + temperature = { + day = 6500; + night = 3500; + }; + }; + }; home.packages = builtins.attrValues { inherit