1
0
Fork 0

home-manager: fix typo in caffeine service

This commit is contained in:
Pratham Patel 2024-02-18 12:51:33 +05:30
parent 0b3cf0fbf2
commit 917f801d21
Signed by: thefossguy
SSH Key Fingerprint: SHA256:/B3wAg7jnMEBQ2JwkebbS/eXVZANDmqRfnd9QkIhxMI
1 changed files with 1 additions and 1 deletions

View File

@ -37,5 +37,5 @@
};
};
services.caffeinate.enable = true;
services.caffeine.enable = true;
}