talos: home: setup wlsunset

This commit is contained in:
Antoine Martin 2025-02-22 16:14:32 +01:00
parent 428fb20ecf
commit ced4f2be27

View file

@ -23,8 +23,19 @@ in {
my.theme = config.home-manager.users.alarsyo.my.themes.solarizedLight;
services = {
# TODO: place in global home conf
services.dunst.enable = true;
dunst.enable = true;
wlsunset = {
enable = true;
latitude = 48.9;
longitude = 2.3;
temperature = {
day = 6500;
night = 3500;
};
};
};
home.packages = builtins.attrValues {
inherit