9 lines
148 B
Nix
9 lines
148 B
Nix
{...}: {
|
|
home-manager.users.don.services = {
|
|
wlsunset = {
|
|
enable = true;
|
|
latitude = 29.74;
|
|
longitude = 95.77;
|
|
};
|
|
};
|
|
}
|