10 lines
167 B
Nix
10 lines
167 B
Nix
{...}: {
|
|
home-manager.users.don.services = {
|
|
wlsunset = {
|
|
enable = true;
|
|
latitude = 29.7;
|
|
longitude = -95.8;
|
|
gamma = 0.75;
|
|
};
|
|
};
|
|
}
|