Link: https://github.com/danth/stylix/pull/1243 Reviewed-by: awwpotato <awwpotato@voidq.com>
8 lines
110 B
Nix
8 lines
110 B
Nix
{ lib, ... }:
|
|
{
|
|
maintainers = with lib.maintainers; [
|
|
awwpotato
|
|
MrSom3body
|
|
];
|
|
name = "Fnott";
|
|
}
|