diff --git a/layers/base.nix b/layers/base.nix
index 424461b425129df2743ebfd09ed0739936a9a975..90db4e25eedf9c638c4cf237705ea2f581940750 100644
--- a/layers/base.nix
+++ b/layers/base.nix
@@ -127,7 +127,7 @@ in
     picocom
     pv
     socat
-    reptyr
+    #reptyr
     ldns
     libfaketime
     moreutils
diff --git a/layers/workstation.nix b/layers/workstation.nix
index fbc75b94df730b77572ee7d59feae6d689f3c5b3..2d5889b187f7acc604a7ab2e97a07c8cd482d22b 100644
--- a/layers/workstation.nix
+++ b/layers/workstation.nix
@@ -7,10 +7,15 @@
     #./vscode.nix
   ];
 
+  queezle.emacs.enable = true;
+
   environment.systemPackages = with pkgs; [
     # password manager
     keepassxc
 
+    # calculator
+    qalculate-gtk
+
     # spaced repetition software
     anki-bin
 
@@ -32,8 +37,11 @@
 
     # admin stuff
     virtmanager
-  ];
 
+    ### CLI
+    # Search unicode glyphs
+    unipicker
+  ];
 
   users.users.adobe = {
     isNormalUser = true;