diff options
author | Alan Pearce | 2021-03-19 00:34:00 +0100 |
---|---|---|
committer | Alan Pearce | 2021-03-19 00:34:00 +0100 |
commit | 5fe1266c1fd0b7469b372a6b83ddd1d5c9e2be9d (patch) | |
tree | ba031426fe1e38a2162e70cc6bb87286bf4f9627 /user/settings | |
parent | 0fa0aee97068a89249a42924710e2c228e257d68 (diff) | |
download | nixfiles-5fe1266c1fd0b7469b372a6b83ddd1d5c9e2be9d.tar.lz nixfiles-5fe1266c1fd0b7469b372a6b83ddd1d5c9e2be9d.tar.zst nixfiles-5fe1266c1fd0b7469b372a6b83ddd1d5c9e2be9d.zip |
base: install abduco & dvtm
For detaching CLI commands from the shell and tiling virtual terminals
Diffstat (limited to 'user/settings')
-rw-r--r-- | user/settings/base.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/user/settings/base.nix b/user/settings/base.nix index e9ef997b..1ec27ada 100644 --- a/user/settings/base.nix +++ b/user/settings/base.nix @@ -69,6 +69,8 @@ mtr remake tree + abduco + dvtm ] ++ ( if !stdenv.isDarwin then [ |