From 68e5bf2438262eea9255f3396754e6225ec30e88 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sun, 3 Apr 2022 11:52:29 -0700 Subject: simplify multimedia for the desktop I don't need to have systemd units to synchronize medias from a desktop to the NAS: I'll download all the medias on the NAS directly. I don't need to have a module for each type of media, there's not enough configuration to justify that complexity. I also don't need anymore mpd and co. as I'm using navidrome to host the music on the NAS and sublime-music to listen to it on the desktop. --- users/fcuny/desktop/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'users/fcuny/desktop/default.nix') diff --git a/users/fcuny/desktop/default.nix b/users/fcuny/desktop/default.nix index 41def25..106e5c9 100644 --- a/users/fcuny/desktop/default.nix +++ b/users/fcuny/desktop/default.nix @@ -5,7 +5,7 @@ ./browser.nix ./emacs.nix ./gtk.nix - ./media + ./multimedia.nix ./scanner-printer ./syncthing.nix ./terminal.nix -- cgit 1.4.1