gammastep?
This commit is contained in:
parent
90e800f5ec
commit
e92569f0ca
|
|
@ -0,0 +1,10 @@
|
||||||
|
{ config, pkgs, ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
services.gammastep = {
|
||||||
|
enable = true;
|
||||||
|
provider = "manual";
|
||||||
|
latitude = 47;
|
||||||
|
longitude = 117;
|
||||||
|
};
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue