diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/tv/environment.nix | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/modules/tv/environment.nix b/modules/tv/environment.nix index f901ef682..9e5a819a9 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 ]; |