11.stylix/modules/ncspot/testbeds/ncspot.nix
2025-12-05 14:52:41 -10:00

8 lines
201 B
Nix

{ pkgs, lib, ... }:
{
stylix.testbed.ui.command = {
text = lib.getExe pkgs.ncspot;
useTerminal = true;
};
home-manager.sharedModules = lib.singleton { programs.ncspot.enable = true; };
}