From 11ec444ec77ec913d0aff34b19a58bb0308904f7 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Thu, 9 Jun 2022 09:03:40 -0700 Subject: ref(multimedia): move multimedia modules to hosts Consume the modules related to multimedia applications at the host level, instead of having a level of indirection with a profile. Change-Id: I567f0e01cbfe591beaa2e9086e33434402a4a002 Reviewed-on: https://cl.fcuny.net/c/world/+/292 Reviewed-by: Franck Cuny --- hosts/aptos/home.nix | 3 +++ hosts/aptos/profile.nix | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'hosts/aptos') diff --git a/hosts/aptos/home.nix b/hosts/aptos/home.nix index d7a6545..c7ef977 100644 --- a/hosts/aptos/home.nix +++ b/hosts/aptos/home.nix @@ -10,5 +10,8 @@ scanner.enable = true; tmux.enable = true; yt-dlp.enable = true; + vlc.enable = true; + mpv.enable = true; + sublime-music.enable = true; }; } diff --git a/hosts/aptos/profile.nix b/hosts/aptos/profile.nix index b807f24..3195d52 100644 --- a/hosts/aptos/profile.nix +++ b/hosts/aptos/profile.nix @@ -2,7 +2,6 @@ my.profiles = { desktop.enable = true; - multimedia.enable = true; trusted.enable = true; }; } -- cgit 1.4.1