Compare commits
No commits in common. "d60c7216973ab6fcc245abf3252b2e928d1023b1" and "67eac8e4f737e42f87cdd19ec378ae2622265eca" have entirely different histories.
d60c721697
...
67eac8e4f7
1
Makefile
1
Makefile
|
@ -10,7 +10,6 @@ android:
|
||||||
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
|
cp ~/.Wallpaper /sdcard/Download/Wallpaper.jpg
|
||||||
cp ~/.Wallpaper /sdcard/Download/Wallpaper.png
|
|
||||||
|
|
||||||
boot: fix-ulimit
|
boot: fix-ulimit
|
||||||
nixos-rebuild boot $(options) --flake $(flake)
|
nixos-rebuild boot $(options) --flake $(flake)
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{ pkgs, lib, ... }: with lib; let
|
{ pkgs, lib, ... }: with lib; let
|
||||||
url = "https://i.imgur.com/OpZzgJZ.png";
|
url = "https://i.imgur.com/3at96cg.jpeg";
|
||||||
sha256 = "0rzcpqx4m6lg91nx465qs4flvnad4cqqr1prl0ky24r5vz3z87z5";
|
sha256 = "0jy6ni9iwycdb4n4ldgid2g23sprq9qjhl05mg0sl7kfjs8myywd";
|
||||||
forceContrastText = false;
|
forceContrastText = false;
|
||||||
in {
|
in {
|
||||||
options = {
|
options = {
|
||||||
|
|
Loading…
Reference in a new issue