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 --- flake.nix | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'flake.nix') 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 }: { }; } -- cgit