summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md8
-rw-r--r--flake.nix6
-rw-r--r--wallpaperbin64661 -> 1468627 bytes
3 files changed, 13 insertions, 1 deletions
diff --git a/README.md b/README.md
index 1f4546d..7baf95d 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,8 @@
# Wallpapers
-This is my collection of wallpapers.
+This is my collection of wallpapers, almost none of which I have made.
+This is meant to go with my dotfiles outlined in ret2pop-website, including
+my NixOS config. To use it with the config, clone:
+
+```bash
+git clone https://github.com/ret2pop/wallpapers.git ~/wallpapers
+```
diff --git a/flake.nix b/flake.nix
new file mode 100644
index 0000000..48617e5
--- /dev/null
+++ b/flake.nix
@@ -0,0 +1,6 @@
+{
+inputs = {
+};
+outputs = inputs@{ }: {
+};
+}
diff --git a/wallpaper b/wallpaper
index 09d4f65..7ac2492 100644
--- a/wallpaper
+++ b/wallpaper
Binary files differ