From 324d464f113940b335e9ed55392886c313c29883 Mon Sep 17 00:00:00 2001 From: sioodmy Date: Tue, 19 Jul 2022 21:00:40 +0200 Subject: [PATCH] feat(flake): add description --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 8879fbf9602a4800c2d3c34eb3c12b8f9dd21bc6..083d0a12021e736f66ae0fc184344f5283146ee1 100644 --- a/flake.nix +++ b/flake.nix @@ -1,5 +1,5 @@ { - description = "Flake utils demo"; + description = "snazzy terminal (suckless + lightweight)"; inputs.nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; inputs.flake-utils.url = "github:numtide/flake-utils";