Makefile : Copy Android wallpaper.

This commit is contained in:
Dmitry Voronin 2024-08-20 18:41:55 +03:00
parent 5c65a633e4
commit 699002156e
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k
2 changed files with 2 additions and 1 deletions

View file

@ -5,6 +5,7 @@ android:
nix-on-droid switch --flake $(flake)
cp ~/.termux/_font.ttf ~/.termux/font.ttf
cp ~/.termux/_colors.properties ~/.termux/colors.properties
cp ~/.Wallpaper /sdcard/Download/Wallpaper.jpg
boot:
nixos-rebuild boot $(options) --flake $(flake)

View file

@ -39,6 +39,6 @@ in {
".nixos".source = self;
".parallel/will-cite".text = "";
".ssh/config".text = ssh.text;
".wallpaper".source = config.module.wallpaper.path;
".Wallpaper".source = config.module.wallpaper.path;
"media/template".source = ./template;
}