nix machine / user configurations
at terra 174 B view raw
1{ inputs, ... }: 2let 3 geo = import "${inputs.self}/locale/geo.nix"; 4in 5{ 6 services.wlsunset = { 7 enable = true; 8 latitude = geo.lat; 9 longitude = geo.long; 10 }; 11}