about summary refs log tree commit diff
path: root/configs
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2020-02-14T15·43+0000
committerWilliam Carroll <wpcarro@gmail.com>2020-02-14T15·43+0000
commita726bf737a4d57f4eb7dbc7194f3de32cb3528c3 (patch)
treea70656fee28e0123352c491cbea2706a1faea032 /configs
parent0456a1c4b4405da2681296b2250681454637d80f (diff)
Enable lieer-google.timer
After running `systemctl --user enable lieer-google.timer`, systemctl created a
symlink pointing from timers.target.wants -> ../lieer-google.timer. I'm not sure
if tracking symlinks in a git repository is such a useful idea.

This commit reminds me that I could and should be using Nix to better manage
symlink creation and destruction.
Diffstat (limited to 'configs')
l---------configs/shared/.config/systemd/user/timers.target.wants/lieer-google.timer1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/shared/.config/systemd/user/timers.target.wants/lieer-google.timer b/configs/shared/.config/systemd/user/timers.target.wants/lieer-google.timer
new file mode 120000
index 000000000000..e9f2cab3bcec
--- /dev/null
+++ b/configs/shared/.config/systemd/user/timers.target.wants/lieer-google.timer
@@ -0,0 +1 @@
+/usr/local/google/home/wpcarro/.config/systemd/user/lieer-google.timer
\ No newline at end of file