diff options
author | Preston Pan <preston@nullring.xyz> | 2024-03-07 22:04:54 -0800 |
---|---|---|
committer | Preston Pan <preston@nullring.xyz> | 2024-03-07 22:04:54 -0800 |
commit | 54eda182dd9b282639c53f44740f302727ff326d (patch) | |
tree | f1d8cbd45f4ede2c1af0ac73eab934af068fa385 | |
parent | 22bd23311e9577ddeab1b416fc205d7e7e950166 (diff) |
empty flake
-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 |