fix(nix/hm/price): remove typo in cliphist service setup
This commit is contained in:
parent
506d93a5dd
commit
6d489b5a38
@ -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 = {
|
||||||
|
Loading…
Reference in New Issue
Block a user