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 = {
|
||||
plugins = concatStringsSep " " plugins;
|
||||
directory = "/mnt/music";
|
||||
library = "/mnt/music/library.db";
|
||||
per_disc_numbering = "yes";
|
||||
asciify_paths = true;
|
||||
convert = {
|
||||
|
|
|
@ -23,6 +23,7 @@ in
|
|||
nix-direnv.enable = true;
|
||||
};
|
||||
|
||||
beets.enable = true;
|
||||
waybar.enable = true;
|
||||
ssh.enable = true;
|
||||
rofi.enable = true;
|
||||
|
|
|
@ -42,7 +42,6 @@ in
|
|||
pwvucontrol
|
||||
thunderbird
|
||||
protonmail-bridge-gui
|
||||
signal-desktop
|
||||
tagger
|
||||
kid3
|
||||
hoppscotch
|
||||
|
|
Loading…
Add table
Reference in a new issue