stylix: add missing comma in flake description

Fixes: e3233ead63 ("stylix: init droid (#778)")
This commit is contained in:
NAHO 2025-03-11 16:15:55 +01:00
parent e3233ead63
commit 4a8718e5a1

View file

@ -1,5 +1,5 @@
{
description = "Theming framework for NixOS, Home Manager, nix-darwin and Nix-on-Droid";
description = "Theming framework for NixOS, Home Manager, nix-darwin, and Nix-on-Droid";
inputs = {
base16-fish = {