enable wlsunset

This commit is contained in:
Don Harper 2025-10-03 12:27:21 -05:00
parent 50ad4ff0dd
commit 3e975d3e0d
4 changed files with 21 additions and 12 deletions

View file

@ -1,11 +1,17 @@
{...}: {
{
pkgs,
inputs,
config,
lib,
...
}: {
services = {
gnome-keyring = {enable = true;};
ssh-agent = {enable = true;};
wlsunset = {
enable = true;
latitude = 29.74;
longitude = 95.77;
latitude = 29.7;
longitude = -95.8;
};
};
}