Skip to content

Commit

Permalink
cliphist: remove systemdTarget deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
khaneliman committed Jan 29, 2025
1 parent 21bb83a commit bc85e77
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions modules/home/services/cliphist/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,8 @@ in
cliphist = {
enable = true;
allowImages = true;
inherit (cfg) systemdTargets;
};
};

systemd.user.services.cliphist.Install.WantedBy = cfg.systemdTargets;
systemd.user.services.cliphist-images.Install.WantedBy = cfg.systemdTargets;
};
}

0 comments on commit bc85e77

Please sign in to comment.