more navidrome and dirvish
This commit is contained in:
parent
36ab3ab6f3
commit
a26e897cdf
3 changed files with 7 additions and 2 deletions
|
@ -234,7 +234,10 @@
|
|||
|
||||
services.navidrome = {
|
||||
enable = true;
|
||||
settings = { MusicFolder = "/mnt/filez/media/Music"; };
|
||||
settings = {
|
||||
MusicFolder = "/mnt/filez/media/Music";
|
||||
Address = "media-server";
|
||||
};
|
||||
};
|
||||
|
||||
systemd.targets.sleep.enable = false;
|
||||
|
|
|
@ -16,6 +16,8 @@
|
|||
|
||||
home.packages = with pkgs; [
|
||||
|
||||
feishin
|
||||
|
||||
filen-desktop
|
||||
filen-cli
|
||||
|
||||
|
|
|
@ -308,7 +308,7 @@ in
|
|||
};
|
||||
"${app-prefix}+G" = {
|
||||
hotkey-overlay.title = "Dirvish";
|
||||
action = wezlaunch "dirvish";
|
||||
action = spawn "nu" "--execute" "dirvish;exit;";
|
||||
};
|
||||
"${app-prefix}+F" = {
|
||||
hotkey-overlay.title = "Yazi";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue