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>
6 lines
139 B
Nix
6 lines
139 B
Nix
{ lib, ... }:
|
|
{
|
|
name = "Ashell";
|
|
homepage = "https://github.com/MalpenZibo/ashell";
|
|
maintainers = [ lib.maintainers.justdeeevin ];
|
|
}
|