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;
|
my.theme = config.home-manager.users.alarsyo.my.themes.solarizedLight;
|
||||||
|
|
||||||
# TODO: place in global home conf
|
services = {
|
||||||
services.dunst.enable = true;
|
# 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 {
|
home.packages = builtins.attrValues {
|
||||||
inherit
|
inherit
|
||||||
|
|
Loading…
Reference in a new issue