From 09e435644334e7afcb974351d53df16ecd74bb95 Mon Sep 17 00:00:00 2001 From: tv Date: Thu, 9 Jul 2015 00:42:31 +0200 Subject: tv environment: use tv.users for tv --- modules/tv/environment.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'modules/tv/environment.nix') diff --git a/modules/tv/environment.nix b/modules/tv/environment.nix index f901ef68..9e5a819a 100644 --- a/modules/tv/environment.nix +++ b/modules/tv/environment.nix @@ -7,6 +7,16 @@ let in { + imports = [ + { + imports = [ ../tv/users ]; + tv.users.tv.packages = with pkgs; [ + ascii + mpv + ]; + } + ]; + environment.systemPackages = with pkgs; [ vim ]; -- cgit v1.2.3