Ncspot: disable custom flags
This commit is contained in:
parent
20d7a2d6d6
commit
f1b7b90eb8
1 changed files with 4 additions and 4 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue