From 7edc35ad1cafc70bb794cde7c6ffd3b0877a656f Mon Sep 17 00:00:00 2001 From: Erwin Boskma Date: Tue, 4 Feb 2025 18:55:35 +0100 Subject: [PATCH] home: Update cliphist changed attribute --- users/erwin/home.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/users/erwin/home.nix b/users/erwin/home.nix index d447421..d5b0cc4 100644 --- a/users/erwin/home.nix +++ b/users/erwin/home.nix @@ -537,7 +537,7 @@ in cliphist = { enable = true; - systemdTarget = "sway-session.target"; + systemdTargets = [ "graphical-session.target" ]; }; playerctld.enable = true;