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
-9
View File
@@ -1,9 +0,0 @@
{ wallpapers, ... }:
{
home.file.".config/wallpapers".source = wallpapers;
home.file.".local/bin/wallpaper_random" = {
source = ./wallpaper_random.py;
executable = true;
};
}