aboutsummaryrefslogtreecommitdiffstats
path: root/home/wallpapers/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'home/wallpapers/default.nix')
-rw-r--r--home/wallpapers/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/wallpapers/default.nix b/home/wallpapers/default.nix
index 5b1f3c2..a358a70 100644
--- a/home/wallpapers/default.nix
+++ b/home/wallpapers/default.nix
@@ -63,7 +63,7 @@ in
After = [ "graphical-session.target" ];
};
Service = {
- loadCredential = [ "login_token:${config.age.secrets.unsplash_access_key.path}" ];
+ LoadCredential = [ "login_token:${config.age.secrets.unsplash_access_key.path}" ];
Type = "oneshot";
ExecStart = "${wallpaperScript}";
};