This commit is contained in:
Reid 2024-12-08 18:30:51 -08:00
parent 9c92ea27e3
commit 8a2127b3d8
Signed by: reidlab
GPG key ID: DAF5EAF6665839FD
37 changed files with 75 additions and 67 deletions

View file

@ -18,4 +18,4 @@ in {
pinentryPackage = pkgs.pinentry-gnome3;
};
};
}
}

View file

@ -23,7 +23,7 @@ in {
mode = "noalbumart";
};
};
scripts = with pkgs.mpvScripts; [
mpris
modernx
@ -32,4 +32,4 @@ in {
];
};
};
}
}

View file

@ -11,4 +11,4 @@ in {
config = mkIf cfg.enable {
programs.noisetorch.enable = true;
};
}
}

View file

@ -16,4 +16,4 @@ in {
settings.pinentry = pkgs.pinentry-gnome3;
};
};
}
}