11.stylix/modules/ashell/meta.nix
Devin Droddy 3f71d15486
ashell: init `(#1552)
Link: https://github.com/nix-community/stylix/pull/1552

Reviewed-by: Flameopathic <64027365+Flameopathic@users.noreply.github.com>
Reviewed-by: awwpotato <awwpotato@voidq.com>
Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
2025-07-02 19:43:55 +02:00

6 lines
139 B
Nix

{ lib, ... }:
{
name = "Ashell";
homepage = "https://github.com/MalpenZibo/ashell";
maintainers = [ lib.maintainers.justdeeevin ];
}