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;