mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-07-10 14:42:40 +02:00
feat: migrate wallpaper_random.py into another repo: ryan4yin/wallpapers
This commit is contained in:
@@ -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;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user