diff options
author | tv <tv@krebsco.de> | 2015-07-09 00:42:31 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2015-07-09 00:42:31 +0200 |
commit | 0fcd15d51acd95ce69340970484e9fef4e32e18a (patch) | |
tree | a34ad01e55a3f023b3e0ea595ca935c83dd74feb /modules | |
parent | 1c5cf4978f144339be8a9fc79fb9af51bba7407f (diff) |
tv environment: use tv.users for tv
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 f901ef6..9e5a819 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 ]; |