Ncspot: disable custom flags

This commit is contained in:
Filippo Berto 2023-03-14 16:48:04 +01:00
parent 20d7a2d6d6
commit f1b7b90eb8
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056

View file

@ -1,9 +1,9 @@
{ pkgs, ... }: {
{
programs.ncspot = {
enable = true;
package = pkgs.ncspot.overrideAttrs (o: {
buildFeatures = o.buildFeatures ++ [ "cover" "mpris" "notify" "share_clipboard" ];
});
# package = pkgs.ncspot.overrideAttrs (o: {
# buildFeatures = o.buildFeatures ++ [ "cover" "mpris" "notify" "share_clipboard" ];
# });
settings = {
use_nerdfont = true;
notify = true;