about summary refs log tree commit diff
path: root/users/fcuny/desktop/default.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-04-03 11:52:29 -0700
committerFranck Cuny <franck@fcuny.net>2022-04-03 11:52:29 -0700
commit68e5bf2438262eea9255f3396754e6225ec30e88 (patch)
treedc34711eb75ea55811d89b37550a0fb6294b4d29 /users/fcuny/desktop/default.nix
parentnas: add videos to the backups (diff)
downloadworld-68e5bf2438262eea9255f3396754e6225ec30e88.tar.gz
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.
Diffstat (limited to 'users/fcuny/desktop/default.nix')
-rw-r--r--users/fcuny/desktop/default.nix2
1 files changed, 1 insertions, 1 deletions
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