let's try CI images again
Some checks failed
/ check (push) Failing after 49s
/ nvim-bundle (nvim-min) (push) Failing after 45s

This commit is contained in:
iofq 2026-03-20 20:46:27 -05:00
parent 9d8bfef042
commit d0abc1e98c
7 changed files with 62 additions and 5 deletions

View file

@ -29,16 +29,16 @@
services = {
gammastep = {
enable = true;
dawnTime = "6:00-8:00";
duskTime = "20:00-22:00";
dawnTime = "6:00-7:00";
duskTime = "18:00-19:00";
latitude = 43.0;
longitude = -89.0;
temperature.day = 5000;
temperature.night = 3000;
temperature.night = 2000;
};
mako.enable = true;
mako.settings = {
default-timeout = 5;
default-timeout = 5000;
};
udiskie.enable = true;
};