diff options
author | makefu <github@syntax-fehler.de> | 2019-09-25 15:11:54 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2019-09-25 15:11:54 +0200 |
commit | a80f207cb853237503ca988c0ecd6174d5331b43 (patch) | |
tree | 4af08580e9c369e1c020ffdfc89c28d1d773537d /makefu/1systems/omo/config.nix | |
parent | 41c433183427bb878be36c9609d9b0354ae7f425 (diff) |
ma omo.r: add tmux,picocom to packages
Diffstat (limited to 'makefu/1systems/omo/config.nix')
-rw-r--r-- | makefu/1systems/omo/config.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/makefu/1systems/omo/config.nix b/makefu/1systems/omo/config.nix index ac2677b7f..9b9b91a6f 100644 --- a/makefu/1systems/omo/config.nix +++ b/makefu/1systems/omo/config.nix @@ -11,6 +11,7 @@ in { ./hw/omo.nix #./hw/tsp.nix <stockholm/makefu> + { environment.systemPackages = with pkgs;[ tmux picocom ];} <stockholm/makefu/2configs/support-nixos.nix> <stockholm/makefu/2configs/zsh-user.nix> <stockholm/makefu/2configs/backup/state.nix> |