fix(nix/hm/price): remove typo in cliphist service setup

This commit is contained in:
Price Hiller 2024-06-18 23:37:51 -05:00
parent 506d93a5dd
commit 6d489b5a38
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -1,7 +1,7 @@
{ ... }: { ... }:
{ {
services.cliphist.enable = true; services.cliphist.enable = true;
system.user.services.cliphist = { systemd.user.services.cliphist = {
Service.RestartSec = 3; Service.RestartSec = 3;
Install.WantedBy = [ "compositor.target" ]; Install.WantedBy = [ "compositor.target" ];
Unit = { Unit = {