Add 1Password config

bladee.bsky.social ea31445e fc95e05a

verified
Changed files
+16
dot_config
systemd
user
graphical-session.target.wants
+1
.chezmoidata.toml
···
editor = "hx"
+
opDir = "/opt/1Password"
+14
dot_config/systemd/user/1password.service.tmpl
···
+
[Unit]
+
Description=Password manager
+
After=graphical-session.target
+
PartOf=graphical-session.target
+
+
[Service]
+
Type=exec
+
ExitType=cgroup
+
ExecStart={{ joinPath .opDir "1password" }} --silent
+
Restart=always
+
Slice=app.slice
+
+
[Install]
+
WantedBy=graphical-session.target