From e32440ca7186316a149eac3514c9dd076a033f47 Mon Sep 17 00:00:00 2001 From: Sebastian Estrella <2049686+sestrella@users.noreply.github.com> Date: Sat, 16 Dec 2023 01:24:08 -0500 Subject: [PATCH] Add description to flake.nix --- flake.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/flake.nix b/flake.nix index 2ec3020..5d2bea4 100644 --- a/flake.nix +++ b/flake.nix @@ -1,4 +1,6 @@ { + description = "My Home Manager configuration"; + inputs = { devenv.url = "github:cachix/devenv"; home-manager.inputs.nixpkgs.follows = "nixpkgs";