From 8c940b75505d5030b977d6a13e04ea8a07b1f965 Mon Sep 17 00:00:00 2001 From: Antoine Vaure Date: Mon, 15 Sep 2025 09:03:12 +0200 Subject: [PATCH] update flake description --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 740046e..0d679e5 100644 --- a/flake.nix +++ b/flake.nix @@ -1,5 +1,5 @@ { - description = "Home Manager configuration"; + description = "Configuration for my homes & OSs"; inputs = { nixpkgs.url = "github:nixos/nixpkgs/nixos-25.05";