diff options
author | Preston Pan <preston@nullring.xyz> | 2024-03-10 23:23:36 -0700 |
---|---|---|
committer | Preston Pan <preston@nullring.xyz> | 2024-03-10 23:23:36 -0700 |
commit | 18edf36b53936ee2eda766b7b29ee91b21e2d5cd (patch) | |
tree | d0255cbe8e80fa6b522ca921fcc87dd56bc65427 /flake.nix | |
parent | 832e4877777e7fbe6e9305626694ea0025588c70 (diff) |
add imagination.pngmaster
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 8 |
1 files changed, 3 insertions, 5 deletions
@@ -1,7 +1,5 @@ { -description = "ret2pop's collection of wallpapers"; -inputs = { -}; -outputs = { self }: { -}; + description = "ret2pop's collection of wallpapers"; + inputs = { }; + outputs = { self }: { }; } |