11.stylix/modules/ncspot/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

6 lines
129 B
Nix

{ lib, ... }:
{
name = "ncspot";
homepage = "https://github.com/hrkfdn/ncspot";
maintainers = [ lib.maintainers.da157 ];
}