Enabled swayidle
Forgot to enable this in the earlier commit that introduced the swayidle module :(
This commit is contained in:
parent
207364a427
commit
b8b1aee055
|
@ -17,6 +17,7 @@ in {
|
||||||
|
|
||||||
aa.home.extraOptions = {
|
aa.home.extraOptions = {
|
||||||
services.swayidle = {
|
services.swayidle = {
|
||||||
|
enable = true;
|
||||||
timeouts = [
|
timeouts = [
|
||||||
{
|
{
|
||||||
timeout = 300;
|
timeout = 300;
|
||||||
|
|
Loading…
Reference in a new issue