11.stylix/modules/fnott/meta.nix
NAHO 628e990dde
treewide: apply Nixpkgs update
Fixes: efd80454b4 ("flake: update nixpkgs input")

Co-authored-by: 0xda157 <da157@voidq.com>
2025-11-17 16:08:01 +01:00

9 lines
154 B
Nix

{ lib, ... }:
{
name = "Fnott";
homepage = "https://codeberg.org/dnkl/fnott";
maintainers = with lib.maintainers; [
da157
MrSom3body
];
}