Makefile : Copy Android wallpaper.
This commit is contained in:
parent
5c65a633e4
commit
699002156e
1
Makefile
1
Makefile
|
@ -5,6 +5,7 @@ android:
|
||||||
nix-on-droid switch --flake $(flake)
|
nix-on-droid switch --flake $(flake)
|
||||||
cp ~/.termux/_font.ttf ~/.termux/font.ttf
|
cp ~/.termux/_font.ttf ~/.termux/font.ttf
|
||||||
cp ~/.termux/_colors.properties ~/.termux/colors.properties
|
cp ~/.termux/_colors.properties ~/.termux/colors.properties
|
||||||
|
cp ~/.Wallpaper /sdcard/Download/Wallpaper.jpg
|
||||||
|
|
||||||
boot:
|
boot:
|
||||||
nixos-rebuild boot $(options) --flake $(flake)
|
nixos-rebuild boot $(options) --flake $(flake)
|
||||||
|
|
|
@ -39,6 +39,6 @@ in {
|
||||||
".nixos".source = self;
|
".nixos".source = self;
|
||||||
".parallel/will-cite".text = "";
|
".parallel/will-cite".text = "";
|
||||||
".ssh/config".text = ssh.text;
|
".ssh/config".text = ssh.text;
|
||||||
".wallpaper".source = config.module.wallpaper.path;
|
".Wallpaper".source = config.module.wallpaper.path;
|
||||||
"media/template".source = ./template;
|
"media/template".source = ./template;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue