Link: https://github.com/nix-community/stylix/pull/2077
Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
(cherry picked from commit dd14de4432)
6 lines
130 B
Nix
6 lines
130 B
Nix
{ lib, ... }:
|
|
{
|
|
name = "Noctalia shell";
|
|
homepage = "https://docs.noctalia.dev";
|
|
maintainers = [ lib.maintainers.rwxae ];
|
|
}
|