diff options
author | Franck Cuny <franck@fcuny.net> | 2023-12-14 06:21:49 -0800 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2023-12-14 06:21:49 -0800 |
commit | 7a893bcb47f629e9e3c67d63224c7ba5ca0e6ea6 (patch) | |
tree | f62993e252105edb15994f84c1a87c3b3d1c3568 | |
parent | simplify the layout (diff) | |
download | world-7a893bcb47f629e9e3c67d63224c7ba5ca0e6ea6.tar.gz |
install vlc and transmission
-rw-r--r-- | hosts/mba/default.nix | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/hosts/mba/default.nix b/hosts/mba/default.nix index 3ba0ab6..be49d4f 100644 --- a/hosts/mba/default.nix +++ b/hosts/mba/default.nix @@ -32,9 +32,11 @@ "docker" "element" "emacs" - "font-source-code-pro" "font-monaspace" # https://github.com/githubnext/monaspace + "font-source-code-pro" "iterm2" + "transmission" + "vlc" "wireshark" "zoom" ]; |