diff options
author | jeschli <jeschli@gmail.com> | 2018-02-08 11:20:24 +0100 |
---|---|---|
committer | jeschli <jeschli@gmail.com> | 2018-02-08 11:20:31 +0100 |
commit | 057d428ef53632cd8e6df7efd9ed5ca84c9a7b56 (patch) | |
tree | 07da4563f74236eac4d0fa4bdf3ad92cbfcd7397 /jeschli | |
parent | 257f91eff3cf2ef01c25f4e88d186ea30dc250f7 (diff) |
j bln: +termite
Diffstat (limited to 'jeschli')
-rw-r--r-- | jeschli/1systems/bln/config.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/jeschli/1systems/bln/config.nix b/jeschli/1systems/bln/config.nix index 6893c6569..8a3090a49 100644 --- a/jeschli/1systems/bln/config.nix +++ b/jeschli/1systems/bln/config.nix @@ -66,6 +66,7 @@ nixpkgs.config.allowUnfree = true; environment.variables = { GOROOT= [ "${pkgs.go.out}/share/go" ]; }; environment.systemPackages = with pkgs; [ + termite # system helper ag copyq |