Regenerated

This commit is contained in:
2026-03-29 12:43:47 +00:00
parent c20216a9fe
commit 712e6e381c
4 changed files with 331 additions and 298 deletions
@@ -15,6 +15,20 @@ in
rsync
];
############################
# swww daemon for the user
############################
systemd.user.services.swwwDaemon = {
description = "swww wallpaper daemon";
after = [ "graphical-session.target" ];
serviceConfig = {
ExecStart = "${pkgs.swww}/bin/swww daemon";
Restart = "always";
Type = "simple";
};
wantedBy = [ "default.target" ];
};
############################
# User service: run the script
############################