st

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 324d464f113940b335e9ed55392886c313c29883
parent 5180c82f51dad2bcef4b69759f02cb4076375b2c
Author: sioodmy <sioodmy@tuta.io>
Date:   Tue, 19 Jul 2022 21:00:40 +0200

feat(flake): add description

Diffstat:
Mflake.nix | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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";