aboutsummaryrefslogtreecommitdiff
path: root/machines/rivendell.nix
diff options
context:
space:
mode:
Diffstat (limited to 'machines/rivendell.nix')
-rw-r--r--machines/rivendell.nix8
1 files changed, 7 insertions, 1 deletions
diff --git a/machines/rivendell.nix b/machines/rivendell.nix
index 32ec964..d697734 100644
--- a/machines/rivendell.nix
+++ b/machines/rivendell.nix
@@ -2,6 +2,7 @@
adminUser,
lib,
config,
+ pkgs,
...
}:
{
@@ -47,7 +48,6 @@
../profiles/remote-unlock.nix
../profiles/restic-backup.nix
../profiles/server.nix
- ../profiles/storage-media.nix
../profiles/users/admin-user.nix
../profiles/users/builder.nix
../profiles/users/home-manager.nix
@@ -83,5 +83,11 @@
imports = [
../home/profiles/minimal.nix
];
+ home.packages = with pkgs; [
+ ffmpeg
+ imagemagick
+ makemkv
+ mkvtoolnix-cli
+ ];
};
}