about summary refs log tree commit diff
path: root/users/fcuny/desktop/media/videos.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-02-18 17:41:01 -0800
committerFranck Cuny <franck@fcuny.net>2022-02-18 17:41:01 -0800
commitf544e22cc0f8107eb1308b8fccb483f09f71e27a (patch)
treea653063d44b6971fab5db673f9d62094bc9496f5 /users/fcuny/desktop/media/videos.nix
parentxserver: add at-spi2-core package (diff)
downloadworld-f544e22cc0f8107eb1308b8fccb483f09f71e27a.tar.gz
media: reorganize in multiples modules
Add two new modules to synchronize videos and musics to the NAS.
Diffstat (limited to '')
-rw-r--r--users/fcuny/desktop/media/videos.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/users/fcuny/desktop/media/videos.nix b/users/fcuny/desktop/media/videos.nix
new file mode 100644
index 0000000..a4d0709
--- /dev/null
+++ b/users/fcuny/desktop/media/videos.nix
@@ -0,0 +1,7 @@
+{ config, pkgs, ... }:
+
+{
+  home.packages = [
+    pkgs.vlc
+  ]
+}