summaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authortv <tv@shackspace.de>2015-07-09 00:42:31 +0200
committertv <tv@shackspace.de>2015-07-09 00:42:31 +0200
commit09e435644334e7afcb974351d53df16ecd74bb95 (patch)
tree9865c3b4d9b7993476883b7d60cc429ebeee89cd /modules
parent60226cc42d9ddc4025ed8e42a9e67032f747380e (diff)
tv environment: use tv.users for tv
Diffstat (limited to 'modules')
-rw-r--r--modules/tv/environment.nix10
1 files changed, 10 insertions, 0 deletions
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
];