From 31f36765d02c79b580412559df763c9cdc093ace Mon Sep 17 00:00:00 2001
From: Jens Nolte <jens@nightmarestudio.de>
Date: Thu, 4 Jun 2020 05:07:28 +0200
Subject: [PATCH] Install translation-shell ('trans'-command) to workstation
 layer

---
 layers/workstation.nix | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/layers/workstation.nix b/layers/workstation.nix
index eb0bf9a..e413bb3 100644
--- a/layers/workstation.nix
+++ b/layers/workstation.nix
@@ -16,6 +16,9 @@
     spotify
     gimp
 
+    # Dictionary (command `trans`)
+    translate-shell
+
     posix_man_pages
   ];
 
-- 
GitLab