Regenerated
This commit is contained in:
+292
-288
File diff suppressed because it is too large
Load Diff
@@ -2372,6 +2372,8 @@ in
|
|||||||
environment.systemPackages = [ pkgs.bash ];
|
environment.systemPackages = [ pkgs.bash ];
|
||||||
|
|
||||||
# Drop the script into home
|
# Drop the script into home
|
||||||
|
home-manager.users = {
|
||||||
|
${username} = {
|
||||||
home.file."copy-wallpapers.sh".text = ''
|
home.file."copy-wallpapers.sh".text = ''
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
set -e
|
set -e
|
||||||
@@ -2395,6 +2397,8 @@ in
|
|||||||
|
|
||||||
echo "Done copying wallpapers."
|
echo "Done copying wallpapers."
|
||||||
'';
|
'';
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
# User service that runs the script
|
# User service that runs the script
|
||||||
systemd.user.services.copyWallpapers = {
|
systemd.user.services.copyWallpapers = {
|
||||||
|
|||||||
@@ -12,6 +12,8 @@ in
|
|||||||
environment.systemPackages = [ pkgs.bash ];
|
environment.systemPackages = [ pkgs.bash ];
|
||||||
|
|
||||||
# Drop the script into home
|
# Drop the script into home
|
||||||
|
home-manager.users = {
|
||||||
|
${username} = {
|
||||||
home.file."copy-wallpapers.sh".text = ''
|
home.file."copy-wallpapers.sh".text = ''
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
set -e
|
set -e
|
||||||
@@ -35,6 +37,8 @@ in
|
|||||||
|
|
||||||
echo "Done copying wallpapers."
|
echo "Done copying wallpapers."
|
||||||
'';
|
'';
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
# User service that runs the script
|
# User service that runs the script
|
||||||
systemd.user.services.copyWallpapers = {
|
systemd.user.services.copyWallpapers = {
|
||||||
|
|||||||
Reference in New Issue
Block a user