From 18edf36b53936ee2eda766b7b29ee91b21e2d5cd Mon Sep 17 00:00:00 2001 From: Preston Pan Date: Sun, 10 Mar 2024 23:23:36 -0700 Subject: add imagination.png --- README.org | 6 ++++++ flake.nix | 8 +++----- imagination.png | Bin 0 -> 2008921 bytes 3 files changed, 9 insertions(+), 5 deletions(-) create mode 100644 README.org create mode 100644 imagination.png diff --git a/README.org b/README.org new file mode 100644 index 0000000..93d67d5 --- /dev/null +++ b/README.org @@ -0,0 +1,6 @@ +* Wallpapers +This is my collection of wallpapers, almost none of which I have made. +This is meant to go with my dotfiles outlined in my hyprnixmacs repository. +This repository is a flake, meaning it is automatically installed when +hyprnixmacs is installed, and it is pinned to a certain version until you +upgrade your flakes. diff --git a/flake.nix b/flake.nix index c1ecb5e..739d7a1 100644 --- a/flake.nix +++ b/flake.nix @@ -1,7 +1,5 @@ { -description = "ret2pop's collection of wallpapers"; -inputs = { -}; -outputs = { self }: { -}; + description = "ret2pop's collection of wallpapers"; + inputs = { }; + outputs = { self }: { }; } diff --git a/imagination.png b/imagination.png new file mode 100644 index 0000000..e53157e Binary files /dev/null and b/imagination.png differ -- cgit