diff --git a/hosts/media-server/configuration.nix b/hosts/media-server/configuration.nix index 39b9f75..7e1ece5 100644 --- a/hosts/media-server/configuration.nix +++ b/hosts/media-server/configuration.nix @@ -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; diff --git a/modules/home/desktop.nix b/modules/home/desktop.nix index c491783..ed32a31 100644 --- a/modules/home/desktop.nix +++ b/modules/home/desktop.nix @@ -16,6 +16,8 @@ home.packages = with pkgs; [ + feishin + filen-desktop filen-cli diff --git a/modules/home/niri.nix b/modules/home/niri.nix index c095de9..d161ff1 100644 --- a/modules/home/niri.nix +++ b/modules/home/niri.nix @@ -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";