chore: enable beets with network mounted library + remove signal-desktop
Some checks are pending
/ test (push) Waiting to run
Some checks are pending
/ test (push) Waiting to run
This commit is contained in:
parent
c6e9553f89
commit
851304dcb5
3 changed files with 3 additions and 1 deletions
|
@ -72,6 +72,8 @@ in
|
||||||
};
|
};
|
||||||
settings = {
|
settings = {
|
||||||
plugins = concatStringsSep " " plugins;
|
plugins = concatStringsSep " " plugins;
|
||||||
|
directory = "/mnt/music";
|
||||||
|
library = "/mnt/music/library.db";
|
||||||
per_disc_numbering = "yes";
|
per_disc_numbering = "yes";
|
||||||
asciify_paths = true;
|
asciify_paths = true;
|
||||||
convert = {
|
convert = {
|
||||||
|
|
|
@ -23,6 +23,7 @@ in
|
||||||
nix-direnv.enable = true;
|
nix-direnv.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
beets.enable = true;
|
||||||
waybar.enable = true;
|
waybar.enable = true;
|
||||||
ssh.enable = true;
|
ssh.enable = true;
|
||||||
rofi.enable = true;
|
rofi.enable = true;
|
||||||
|
|
|
@ -42,7 +42,6 @@ in
|
||||||
pwvucontrol
|
pwvucontrol
|
||||||
thunderbird
|
thunderbird
|
||||||
protonmail-bridge-gui
|
protonmail-bridge-gui
|
||||||
signal-desktop
|
|
||||||
tagger
|
tagger
|
||||||
kid3
|
kid3
|
||||||
hoppscotch
|
hoppscotch
|
||||||
|
|
Loading…
Add table
Reference in a new issue