mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-25 10:18:37 +02:00
feat: wallpaper_random
This commit is contained in:
9
home/linux/desktop/wallpaper/default.nix
Normal file
9
home/linux/desktop/wallpaper/default.nix
Normal file
@@ -0,0 +1,9 @@
|
||||
{ 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