From ff90091359eb4678cf99733ea402d599cd81f18f Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Thu, 8 Feb 2024 12:57:24 -0600 Subject: [PATCH] chore: fix flake description --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 006eb0a..bde7ee8 100644 --- a/flake.nix +++ b/flake.nix @@ -1,5 +1,5 @@ { - description = "nix + cosmograph"; + description = "hyprman"; inputs = { nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable"; };