enable wlsunset
This commit is contained in:
parent
50ad4ff0dd
commit
3e975d3e0d
4 changed files with 21 additions and 12 deletions
|
|
@ -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;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue