summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorPreston Pan <preston@nullring.xyz>2024-03-10 23:23:36 -0700
committerPreston Pan <preston@nullring.xyz>2024-03-10 23:23:36 -0700
commit18edf36b53936ee2eda766b7b29ee91b21e2d5cd (patch)
treed0255cbe8e80fa6b522ca921fcc87dd56bc65427 /flake.nix
parent832e4877777e7fbe6e9305626694ea0025588c70 (diff)
add imagination.pngmaster
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix8
1 files changed, 3 insertions, 5 deletions
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 }: { };
}