1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-11-21 01:39:39 +01:00

ncspot: adopt

This commit is contained in:
awwpotato 2025-06-13 11:43:10 -07:00 committed by Austin Horstman
parent c5f3451533
commit 6e36b1be0b

View file

@ -10,7 +10,7 @@ let
tomlFormat = pkgs.formats.toml { }; tomlFormat = pkgs.formats.toml { };
in in
{ {
meta.maintainers = [ ]; meta.maintainers = [ lib.maintainers.awwpotato ];
options.programs.ncspot = { options.programs.ncspot = {
enable = lib.mkEnableOption "ncspot"; enable = lib.mkEnableOption "ncspot";