5 lines
86 B
Nix
5 lines
86 B
Nix
{ lib, ... }:
|
|
{
|
|
maintainers = [ lib.maintainers.danth ];
|
|
name = "Eye of GNOME";
|
|
}
|