talos: home: setup wlsunset
This commit is contained in:
parent
428fb20ecf
commit
ced4f2be27
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue