From 9b3a4fe3ca786d2ce69472c1bfeded678006b151 Mon Sep 17 00:00:00 2001 From: "Gustavo \"Guz\" L de Mello" Date: Wed, 5 Mar 2025 17:32:01 -0300 Subject: [PATCH] chore: update description --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 602a0ec..c558e23 100644 --- a/flake.nix +++ b/flake.nix @@ -1,5 +1,5 @@ { - description = "My development environment"; + description = "My Neovim configuration"; inputs = { nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";