mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-05-28 02:19:33 +02:00
feat: migrate wallpaper_random.py into another repo: ryan4yin/wallpapers
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
{ wallpapers, ... }:
|
||||
|
||||
{
|
||||
home.file.".config/wallpapers".source = wallpapers;
|
||||
home.file.".local/bin/wallpaper_random" = {
|
||||
source = ./wallpaper_random.py;
|
||||
executable = true;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user