feat: migrate wallpaper_random.py into another repo: ryan4yin/wallpapers

This commit is contained in:
Ryan Yin
2023-07-30 00:43:27 +08:00
parent 4cf9b16faf
commit 349ff8b5a1
4 changed files with 6 additions and 105 deletions

View File

@@ -0,0 +1,10 @@
{ wallpapers, ... }:
{
# https://github.com/ryan4yin/wallpapers
home.file.".config/wallpapers".source = wallpapers;
home.file.".local/bin/wallpaper_random" = {
source = "${wallpapers}/wallpaper_random.py";
executable = true;
};
}