some stuff
This commit is contained in:
parent
368fc628c2
commit
841fe9a6a9
11 changed files with 77 additions and 65 deletions
|
@ -15,7 +15,7 @@ in {
|
|||
"fetchart"
|
||||
"discogs"
|
||||
#"advancedrewrite"
|
||||
"lyrics"
|
||||
#"lyrics"
|
||||
"spotify"
|
||||
"scrub"
|
||||
"duplicates"
|
||||
|
@ -32,6 +32,11 @@ in {
|
|||
remove_art_file = false;
|
||||
};
|
||||
|
||||
unimported = {
|
||||
ignore_extensions = ["jpg" "png"];
|
||||
ignore_subdirectories = [];
|
||||
};
|
||||
|
||||
fetchart = {
|
||||
auto = true;
|
||||
cautious = true;
|
||||
|
@ -50,10 +55,10 @@ in {
|
|||
"wikipedia"
|
||||
];
|
||||
|
||||
lyrics = {
|
||||
fallback = "''";
|
||||
sources = ["musicmatch" "google"];
|
||||
};
|
||||
#lyrics = {
|
||||
# fallback = "''";
|
||||
# sources = ["musicmatch" "google"];
|
||||
#};
|
||||
|
||||
replace = {
|
||||
"[\\\\]" = "'";
|
||||
|
|
3
home/terminal/programs/lazygit.nix
Normal file
3
home/terminal/programs/lazygit.nix
Normal file
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
programs.lazygit.enable = true;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue