summary refs log tree commit diff stats
path: root/user
diff options
context:
space:
mode:
Diffstat (limited to 'user')
-rw-r--r--user/prefect.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/user/prefect.nix b/user/prefect.nix
index 662e56ff..e98c1eb4 100644
--- a/user/prefect.nix
+++ b/user/prefect.nix
@@ -31,6 +31,10 @@
     ./settings/zsh.nix
   ];
 
+  home.packages = with pkgs; [
+    transgui
+  ];
+
   xsession.windowManager.i3.config.startup = [
   ];