From f1b7b90eb8e478469f22419fd14a212011130f93 Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Tue, 14 Mar 2023 16:48:04 +0100 Subject: [PATCH] Ncspot: disable custom flags --- hm_modules/ncspot.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/hm_modules/ncspot.nix b/hm_modules/ncspot.nix index b9327b6..c3d5172 100644 --- a/hm_modules/ncspot.nix +++ b/hm_modules/ncspot.nix @@ -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;