From 54eda182dd9b282639c53f44740f302727ff326d Mon Sep 17 00:00:00 2001 From: Preston Pan Date: Thu, 7 Mar 2024 22:04:54 -0800 Subject: empty flake --- README.md | 8 +++++++- flake.nix | 6 ++++++ wallpaper | Bin 64661 -> 1468627 bytes 3 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 flake.nix 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 Binary files a/wallpaper and b/wallpaper differ -- cgit