Closes: https://github.com/nix-community/stylix/issues/1903 Link: https://github.com/nix-community/stylix/discussions/452 Link: https://github.com/nix-community/stylix/pull/1918 Reviewed-by: https://github.com/TheColorman Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
9 lines
155 B
Nix
9 lines
155 B
Nix
{ lib, ... }:
|
|
{
|
|
name = "Obsidian";
|
|
homepage = "https://obsidian.md";
|
|
maintainers = with lib.maintainers; [
|
|
TheColorman
|
|
michaelgoldenn
|
|
];
|
|
}
|