From 9cf23c6e48432d3fc648c8cc84fe73bce91a6ff7 Mon Sep 17 00:00:00 2001 From: DIvan2000 Date: Thu, 7 May 2026 20:00:58 +0400 Subject: [PATCH] add description --- flake.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/flake.nix b/flake.nix index 9f9cd65..576c3e6 100644 --- a/flake.nix +++ b/flake.nix @@ -1,4 +1,6 @@ { + description = "A fastfetch wrapper that replaces the logo with ponysay"; + inputs = { nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; flake-utils.url = "github:numtide/flake-utils";