nixos-configuration/home/gammastep.nix

8 lines
116 B
Nix
Raw Permalink Normal View History

2024-08-10 12:27:56 +02:00
{ ... }: {
services.gammastep = {
enable = true;
longitude = "49.01315";
latitude = "12.1119";
};
}