From 5d363a0051da5b2bbf14eff26c712c42f9c516ec Mon Sep 17 00:00:00 2001 From: NAHO <90870942+trueNAHO@users.noreply.github.com> Date: Fri, 28 Feb 2025 13:37:23 +0100 Subject: [PATCH] stylix: add flake description Link: https://github.com/danth/stylix/pull/928 --- flake.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/flake.nix b/flake.nix index 14a97084..dd7213fc 100644 --- a/flake.nix +++ b/flake.nix @@ -1,4 +1,6 @@ { + description = "Theming framework for NixOS, Home Manager, and nix-darwin"; + inputs = { base16-fish = { flake = false;