diff options
Diffstat (limited to 'tv/1systems')
-rw-r--r-- | tv/1systems/wu.nix | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tv/1systems/wu.nix b/tv/1systems/wu.nix index 2233b48d1..34ba5651e 100644 --- a/tv/1systems/wu.nix +++ b/tv/1systems/wu.nix @@ -3,7 +3,7 @@ with lib; let - tvpkgs = import ../5pkgs { inherit pkgs; }; + tvpkgs = import ../5pkgs { inherit lib pkgs; }; in { @@ -33,6 +33,7 @@ in ../2configs/mail-client.nix ../2configs/xserver.nix ../2configs/synaptics.nix # TODO w110er if xserver is enabled + ../2configs/test.nix ../2configs/urlwatch.nix { environment.systemPackages = with pkgs; [ @@ -92,6 +93,7 @@ in tmux tvpkgs.cac tvpkgs.dic + tvpkgs.nq zathura #ack |