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 = {
|
programs.ncspot = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.ncspot.overrideAttrs (o: {
|
# package = pkgs.ncspot.overrideAttrs (o: {
|
||||||
buildFeatures = o.buildFeatures ++ [ "cover" "mpris" "notify" "share_clipboard" ];
|
# buildFeatures = o.buildFeatures ++ [ "cover" "mpris" "notify" "share_clipboard" ];
|
||||||
});
|
# });
|
||||||
settings = {
|
settings = {
|
||||||
use_nerdfont = true;
|
use_nerdfont = true;
|
||||||
notify = true;
|
notify = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue