diff options
-rw-r--r-- | README.md | 8 | ||||
-rw-r--r-- | flake.nix | 6 | ||||
-rw-r--r-- | wallpaper | bin | 64661 -> 1468627 bytes |
3 files changed, 13 insertions, 1 deletions
@@ -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@{ }: { +}; +} Binary files differ |